mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
🔧 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.
This commit is contained in:
18
.mcp.json
Normal file
18
.mcp.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user