-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
BUGCategorizes issue or PR as related to a bugCategorizes issue or PR as related to a bugMCPCategorizes an issue or PR as relevant to SIG MCPCategorizes an issue or PR as relevant to SIG MCP
Description
提交前检查
- 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。
- 我已经查看了置顶 Issue 并搜索了现有的 开放Issue和已关闭Issue,没有找到类似的问题。
- 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等。
平台
Linux
版本
v1.2.1
错误描述
通过OpenRouter的DeepSeek-V3调用MCP服务时出现问题
{
"message": "404 No endpoints found that support tool use. To learn more about provider routing, visit: https://openrouter.ai/docs/provider-routing",
"status": 404,
"error": {
"message": "No endpoints found that support tool use. To learn more about provider routing, visit: https://openrouter.ai/docs/provider-routing",
"code": 404
},
"code": 404
}
但是同样的MCP服务,用VSCode的Cline调用OpenRouter的DeepSeek-V3是可以调用MCP服务的,同时改用火山引擎的DeepSeek-V3是可以调用MCP服务的
重现步骤
选择https://github.com/anaisbetts/mcp-youtube的MCP服务
向DeepSeek-V3询问
预期行为
调用MCP成功
相关日志输出
附加信息
No response
Metadata
Metadata
Assignees
Labels
BUGCategorizes issue or PR as related to a bugCategorizes issue or PR as related to a bugMCPCategorizes an issue or PR as relevant to SIG MCPCategorizes an issue or PR as relevant to SIG MCP