- 原理
# 链路
普通模型(Chat2API)+mcp-superassistant-proxy(mcp转发)+[mcphub.mcp]
# 数据通信
模型的jsonl给mcp,mcp返回结果给模型
# 配置文件
.simplecode.json- mcphub需要配置的mcp,至少一个
desktop-commander
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
],
"timeout": 6000000
}
}
}- 运行
./bin/simplecode