feat(editor): 新增 Pi MCP 配置支持 - #6375
Merged
Merged
Conversation
- 在 EditorSettingsDialog 中添加 Pi 配置标签页 - 新增 buildMcpPiConfig 函数用于生成 Pi 配置模板 - 添加中英文国际化说明文本 - 添加 Pi 配置模板的单元测试
t8y2
reviewed
Aug 16, 2026
t8y2
left a comment
Owner
There was a problem hiding this comment.
维护者补丁 67f5e80e4 已推送。
根因:新增 Pi MCP 配置 Tab 后,固定数量断言仍期望 8 个 Tab,导致 frontend CI 失败。
修复:将断言同步为 9 个 Tab,不改变 Pi MCP 配置实现。
验证:MCP 配置与策略聚焦测试共 31 项通过;pnpm typecheck 与 git diff --check 通过。pi-mcp-adapter 是用户侧安装项,仓库未新增依赖。
t8y2
approved these changes
Aug 16, 2026
t8y2
left a comment
Owner
There was a problem hiding this comment.
Reviewed the maintainer-patched exact head 67f5e80e4; MCP regressions, typecheck, and frontend CI pass.
Owner
|
Thanks for the contribution! Merged in d5f1803, will be released in the next version. |
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 free
to 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.
变更说明
DBX 的 MCP 配置页此前支持 Claude Code、Cursor、TRAE、VS Code、Windsurf、Codex、OpenCode、Cherry Studio,缺少 Pi(Pi
编程助手)的接入示例。本 PR 在其后新增「Pi」Tab:
MCP 服务器插件;
变更类型
涉及前端
验证