suspend请教下roocode/kilo 的MCP配置报错问题 中发帖

大家来看看这是什么问题?似乎有这个报错也可以用?奇怪的是有时候Context7好像就没有这个报错,查了查Google和文档也没有发现解决方法,也没看懂这个“running on stdio” 提示了什么了。 
[image]
{
"mcpServers": {
"context7": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@upstash/context7-mcp"
]
},
"sequentialthinking": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
...