From a914c8c2199b6b0ba8d3b865acb964b8e677e1b8 Mon Sep 17 00:00:00 2001 From: lanrtop Date: Sat, 4 Jul 2026 15:04:29 +0900 Subject: [PATCH] =?UTF-8?q?docs(blueprint):=20unregister=5Fproject=20?= =?UTF-8?q?=E7=99=BB=E8=AE=B0=E5=8D=AB=E7=94=9F=E5=B7=A5=E5=85=B7=E5=AF=B9?= =?UTF-8?q?=E8=A1=A5=E5=8D=A1=EF=BC=88=E4=BA=8B=E5=90=8E=E7=99=BB=E8=AE=B0?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rules-Applied: R13 --- .blueprint/modules/mcp-server.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.blueprint/modules/mcp-server.md b/.blueprint/modules/mcp-server.md index b382a06..6822953 100644 --- a/.blueprint/modules/mcp-server.md +++ b/.blueprint/modules/mcp-server.md @@ -11,6 +11,13 @@ ## 任务卡 +### ✅ unregister_project agent 按钮(登记卫生工具对) +- status: done +- complexity: S +- files: src-tauri/src/mcp_tools.rs +- acceptance: "[MCP tool] unregister_project(project_id) → 调 delete_project 本体(delete_local 硬编码 false,MCP 侧永不删本地文件),返回确认文案;tools_list_result 断言" +- done_note: 2026-07-04 完成并消费者终验:实调删除 4 个死登记(cursor-firewall-tray / dev-manager / mindforge-os / pdf-to-xlsx,全为目录无 .git 的飞轮死重),DB 验证 workspace + group_map 零残留,2 个空路径概念占位(银龙集团应用 / agent编排界面)按用户意图保留。与 scan_unregistered_projects 构成登记卫生工具对(发现漏网 + 清理死账) + ### ✅ 启动时绑定 HTTP 端口 - status: done - complexity: M