Issue Description
qoder的mcp对于npx命令的基本不可用。trae里面100%可用,挪过来就然并卵。测了一下,在命令行执行npx命令大概5-10秒。超时设置的长一点也没用
Steps to Reproduce
{
“mcpServers”: {
“exa”: {
“url”: “https://mcp.exa.ai/mcp”,
“headers”: {}
},
“chrome-devtools”: {
“command”: “npx”,
“args”: [
“chrome-devtools-mcp@latest”
]
},
“寸止”: {
“command”: “寸止”
},
“context7”: {
“command”: “npx”,
“args”: [
“-y”,
“@upstash/context7-mcp@latest”
],
“env”: {
“DEFAULT_MINIMUM_TOKENS”: “10000”
}
},
“memory”: {
“command”: “npx”,
“args”: [
“-y”,
“@modelcontextprotocol/server-memory”
],
“env”: {
“MEMORY_FILE_PATH”: “/Users/admins/memory/memory.json”
}
},
“sequential-thinking”: {
“command”: “npx”,
“args”: [
“-y”,
“@modelcontextprotocol/server-sequential-thinking”
]
}
}
}
Expected Behavior
Actual Behavior
只有exa和寸止可用,其它都不可用
Screenshots / Screen Recordings
Operating System
mac os 15.6.1
Current Qoder Version (Menu → About Qoder → Copy)
0.2.4

