Files
ISA-Frontend/.mcp.json
Lorenz Hilpert 6a2410104e chore: remove nx-mcp and use native Nx CLI commands
Replace nx-mcp server tooling with native Nx CLI commands across
documentation files. Updates docs-researcher agent, CLAUDE.md, and
AGENTS.md to reference npx nx show/graph commands directly.
2025-11-28 14:57:13 +01:00

18 lines
322 B
JSON

{
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"angular-mcp": {
"type": "stdio",
"command": "npx",
"args": ["@angular/cli", "mcp"]
},
"figma-desktop": {
"type": "http",
"url": "http://127.0.0.1:3845/mcp"
}
}
}