Fix npx command execution in mcp.json using -c flag
Browse files
mcp.json
CHANGED
|
@@ -2,12 +2,13 @@
|
|
| 2 |
"mcpServers": {
|
| 3 |
"context7": {
|
| 4 |
"command": "npx",
|
| 5 |
-
"args": ["-y", "@upstash/context7-mcp@latest"]
|
| 6 |
},
|
| 7 |
"sequential-thinking": {
|
| 8 |
"command": "npx",
|
| 9 |
"args": [
|
| 10 |
"-y",
|
|
|
|
| 11 |
"@modelcontextprotocol/server-sequential-thinking"
|
| 12 |
]
|
| 13 |
}
|
|
|
|
| 2 |
"mcpServers": {
|
| 3 |
"context7": {
|
| 4 |
"command": "npx",
|
| 5 |
+
"args": ["-y", "-c", "@upstash/context7-mcp@latest"]
|
| 6 |
},
|
| 7 |
"sequential-thinking": {
|
| 8 |
"command": "npx",
|
| 9 |
"args": [
|
| 10 |
"-y",
|
| 11 |
+
"-c",
|
| 12 |
"@modelcontextprotocol/server-sequential-thinking"
|
| 13 |
]
|
| 14 |
}
|
uv.lock
CHANGED
|
@@ -165,7 +165,7 @@ wheels = [
|
|
| 165 |
[[package]]
|
| 166 |
name = "axiom-2-0"
|
| 167 |
version = "0.1.0"
|
| 168 |
-
source = {
|
| 169 |
dependencies = [
|
| 170 |
{ name = "chainlit" },
|
| 171 |
{ name = "openai-agents" },
|
|
|
|
| 165 |
[[package]]
|
| 166 |
name = "axiom-2-0"
|
| 167 |
version = "0.1.0"
|
| 168 |
+
source = { virtual = "." }
|
| 169 |
dependencies = [
|
| 170 |
{ name = "chainlit" },
|
| 171 |
{ name = "openai-agents" },
|