Fu Jianrong

Results 6 comments of Fu Jianrong

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 > > ![Image](https://github.com/user-attachments/assets/d73cbefa-7cf9-4ffd-84b8-9b1977fd92b3) 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...