Fu Jianrong
Fu Jianrong
> 我是几乎100%触发,两台电脑都不行。
Ad
what's your problem?
mcp server可参考[这个仓库](https://github.com/modelcontextprotocol/servers) 以部署filesystem为例 0.构建选项开启mcp 1.修改docker-compose.yaml以挂载mcp_config(请根据实际情况修改) ` volumes: - ./mcp/mcp.json:/app/app/mcp/mcp_config.json - ./files:/files` 2.修改mcp_config.json(请根据实际情况修改) `{ "mcpServers": { "filesystem": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/files"] } } }` 3.重启compose `docker compose down...
> I tried to call it in the chat, it was recognized normally, but it could not be executed > >  First of all, the MCP market should be...
I am not familiar with this project, but I can share my experience from when I deployed it. Based on your screenshot, this might be an issue that occurred during...