Files
ISA-Frontend/.mcp.json
Lorenz Hilpert 38318405c3 🔧 chore: add MCP server configuration and update gitignore
Add .mcp.json with Context7, Nx MCP, and Angular MCP server configurations.
Remove .mcp.json and .memory.json from gitignore to allow tracking MCP configuration.
2025-10-23 17:02:06 +02:00

19 lines
348 B
JSON

{
"mcpServers": {
"context7": {
"type": "sse",
"url": "https://mcp.context7.com/sse"
},
"nx-mcp": {
"type": "stdio",
"command": "npx",
"args": ["nx-mcp@latest"]
},
"angular-mcp": {
"type": "stdio",
"command": "npx",
"args": ["@angular/cli", "mcp"]
}
}
}