dify-plugin-tools-mcp_sse icon indicating copy to clipboard operation
dify-plugin-tools-mcp_sse copied to clipboard

MCP Server connection failed: Client error '404 Not Found'

Open xulei52074 opened this issue 8 months ago • 1 comments

Please confirm before submission 在提交之前,请确认

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 } }

xulei52074 avatar Apr 22 '25 05:04 xulei52074

报错信息是404,请检查你的url是否正确

junjiem avatar Apr 22 '25 05:04 junjiem