MCP Server connection failed: Client error '404 Not Found'
Please confirm before submission 在提交之前,请确认
- [x] I have searched for existing issues search for existing issues, including closed ones. 我已经搜索了现有问题搜索现有问题,包括已关闭的问题。"
Dify version Dify版本
1.2.0
Plugin version 插件版本
0.1.0
HTTP with SSE or Streamable HTTP
HTTP with SSE
Problem description 问题描述
如题,现在无法配置多个mcp server, 确认格式和服务器,配置都没问题 PluginInvokeError: {"args":{},"error_type":"ConnectionError","message":"amap-maps - MCP Server connection failed: Client error '404 Not Found' for url 'https://.api-inference.modelscope.cn/sse'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404"}
单独配置是好的,配置格式如下: { "amap-maps": { "transport": "sse", "url": "https://mcp-xxxxxx.api-inference.modelscope.cn/sse", "headers": {}, "timeout": 60, "sse_read_timeout": 300 }, "mcp-server-flomo": { "transport": "sse", "url": "https://mcp-sdsdsdsdsd.api-inference.modelscope.cn/sse", "headers": {}, "timeout": 60, "sse_read_timeout": 300 } }
报错信息是404,请检查你的url是否正确