Skip to content

Commit 8b4de57

Browse files
committed
refactor(@angular/cli): update suggested MCP server configuration output
The suggested MCP server command options now use the `-y` option for `npx`. This provides better supported for global usage of the Angular CLI MCP server in addition to the workspace usage.
1 parent b6b2578 commit 8b4de57

File tree

1 file changed

+1
-1
lines changed
  • packages/angular/cli/src/commands/mcp

1 file changed

+1
-1
lines changed

packages/angular/cli/src/commands/mcp/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To start using the Angular CLI MCP Server, add this configuration to your host:
1919
"mcpServers": {
2020
"angular-cli": {
2121
"command": "npx",
22-
"args": ["@angular/cli", "mcp"]
22+
"args": ["-y", "@angular/cli", "mcp"]
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)