MinidoracatClaude Code 原生 Windows 的 MCP 错误处理 中发帖

我有发在这帖子 :https://linux.do/t/topic/781431/51?u=minidoracat 
只是怕有人看不到,所以另外开一个帖子
原生支持后,MCP 如果遇到 failed
需要修改指令
例如原本是:
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": [
"-y",
"brave-search-mcp"
],
"env": {
"BRAVE_API_KEY": "YOUR_KEY"
}
},
"context7": ...