dify-plugin-tools-mcp_sse
dify-plugin-tools-mcp_sse copied to clipboard
本地MCP服务器无法连接
本地docker搭建的homeassistant-mcp服务器可以通过curl连通,但是在MCP SSE插件中就会一直出现401的问题,配置文件是:{ "name": { "url": "http://192.168.8.52:3000/subscribe_events", "headers": { "Authorization":"Bearer xxxxxxxxxxxxxxxxxxxxxxx" }, "timeout": 60, "sse_read_timeout": 300 } }
使用最新版本插件目前是否还有这个问题?