Aasher commited on
Commit
25a2616
·
1 Parent(s): 0b1d6a3

Fix npx command execution in mcp.json using -c flag

Browse files
Files changed (2) hide show
  1. mcp.json +2 -1
  2. uv.lock +1 -1
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 = { editable = "." }
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" },