Skip to content

Commit 05decf0

Browse files
authored
remove nx-mcp (#446)
- NX can now dynamically update the MCP server so its entry is no longer needed.
1 parent e204b5d commit 05decf0

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.mcp.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"mcpServers": {
3-
"nx-mcp": {
4-
"type": "stdio",
5-
"command": "npx",
6-
"args": ["nx-mcp"]
7-
},
83
"context7": {
94
"type": "stdio",
105
"command": "npx",

.vscode/mcp.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"servers": {
3-
"nx-mcp": {
4-
"command": "npx",
5-
"args": ["nx-mcp"]
6-
},
73
"context7": {
84
"command": "npx",
95
"args": ["-y", "@upstash/context7-mcp@latest"]

0 commit comments

Comments
 (0)