dev-manager-tauri/.blueprint/modules/product-group-mcp.md
lanrtop c598c9b05b feat: add BlueprintPromptModal for blueprint management and sync functionality
- Implemented BlueprintPromptModal component to handle blueprint prompt generation and rule synchronization.
- Added BlueprintStatusBadge to display the current status of blueprints in ProjectCard.
- Integrated blueprint status fetching and synchronization in ProjectCard.
- Enhanced SettingsPage with a new section for MCP service configuration and batch sync for blueprint rules.
- Updated commands to include new blueprint-related functionalities and types.
- Changed application name from "Dev Manager" to "炼境" in various components.
2026-04-04 10:47:27 +09:00

1021 B
Raw Permalink Blame History

产品组 MCP 设置

产品组 UI 中展示 MCP 激活状态,让用户可感知哪些项目已接入跨项目上下文能力。

任务卡

产品组详情显示 MCP 注入状态

  • status: done
  • complexity: S
  • files: src/components/manage/ManagePage.tsx
  • depends: mcp-config-inject
  • acceptance:
    • 产品组成员卡片显示平台标识Win / WSL
    • 已配置路径的项目显示绿点 "MCP" 徽标hover 显示路径
    • 未配置路径的项目显示「无路径」灰色徽标,说明注入已跳过

设置页添加 MCP 端口配置

  • status: done
  • complexity: S
  • files: src/components/settings/SettingsPage.tsx, src-tauri/src/commands/settings.rs
  • depends: mcp-server端口可配置
  • acceptance:
    • 设置页新增「MCP 服务」分区,含端口输入框(默认 27190和绿色「运行中」状态
    • 保存时校验端口范围1024~65535调用 updateSettings({mcp_port})
    • Rust 侧自动触发 reinject_all_mcp所有成员配置即时更新