fix: MCP 默认 URL 补 /mcp 路径,自动改名增加超时保护 - #121
Merged
Merged
Conversation
- MCP 服务器配置默认值 mcp-files-exec 的 url 修正为 http://127.0.0.1:3910/mcp(与后端 Streamable HTTP 实际路径一致),面板实测 list_dir / read_file 调用正常 - 同步更新 docs/08-相关后端项目.md 中的默认地址说明 - 自动改名(昵称/群名片)调用包 5 秒超时:ob11 依赖请求未 resolve 时不再让整条消息处理链路挂起,超时记 warning 后继续
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更内容
实测结果(测试群)
配置变动提示
MCP服务器配置 默认值已更新:旧值(无 /mcp 后缀)会导致 mcp-files-exec 初始化失败(HTTP 404)。已保存过旧默认值的用户需在面板 工具->MCP服务器配置 中把 mcp-files-exec 的 url 改为 http://127.0.0.1:3910/mcp(本次测试已在面板通过 WebUI API 同步)。