We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11569c2 commit ea4fb9dCopy full SHA for ea4fb9d
packages/angular/cli/src/commands/mcp/mcp-server.ts
@@ -30,13 +30,14 @@ const STABLE_TOOLS = [
30
DOC_SEARCH_TOOL,
31
FIND_EXAMPLE_TOOL,
32
LIST_PROJECTS_TOOL,
33
+ ZONELESS_MIGRATION_TOOL,
34
] as const;
35
36
/**
37
* The set of tools that are available but not enabled by default.
38
* These tools are considered experimental and may have limitations.
39
*/
-export const EXPERIMENTAL_TOOLS = [MODERNIZE_TOOL, ZONELESS_MIGRATION_TOOL] as const;
40
+export const EXPERIMENTAL_TOOLS = [MODERNIZE_TOOL] as const;
41
42
export async function createMcpServer(
43
options: {
0 commit comments