Skip to content

Commit 0a3cfbe

Browse files
Copilotkasperpeulen
andcommitted
Use @latest tag for nx-mcp package in all MCP configurations
Co-authored-by: kasperpeulen <[email protected]>
1 parent 0a1c71f commit 0a3cfbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.cursor/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"command": "npx",
55
"args": [
66
"-y",
7-
"nx-mcp"
7+
"nx-mcp@latest"
88
]
99
},
1010
"wallaby": {

.github/copilot-mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"mcpServers": {
33
"nx": {
44
"command": "npx",
5-
"args": ["-y", "nx-mcp"]
5+
"args": ["-y", "nx-mcp@latest"]
66
}
77
}
88
}

.vscode/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"nx": {
44
"type": "stdio",
55
"command": "npx",
6-
"args": ["-y", "nx-mcp"]
6+
"args": ["-y", "nx-mcp@latest"]
77
}
88
}
99
}

0 commit comments

Comments
 (0)