From 56ed264e2285200f54e2fb40067869d32f0497f2 Mon Sep 17 00:00:00 2001 From: PeterZhong Date: Sat, 31 May 2025 23:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + doc/TodoList.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0d5845..71d45b5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ git clone xxx.git 5. 部分情况下可能还需要替换LinkToolAddin.csproj中的所有相关安装路径 6. 点击运行进行测试,看是否能正常打开ArcGIS Pro和LinkTool插件 7. 确认无误建议commit到本地的master分支以备后续使用(但请勿推送至远端) +8. 修改McpServerList里面filesystem的白名单目录 #### 创建分支 diff --git a/doc/TodoList.md b/doc/TodoList.md index 9812b21..65f668c 100644 --- a/doc/TodoList.md +++ b/doc/TodoList.md @@ -19,4 +19,10 @@ - [ ] 系统提示词泛化增强 - [ ] 针对qwen3适当调整 -## 前端交互 \ No newline at end of file +## 前端交互 + +- [ ] 三类消息卡片 +- [ ] 流式输出,根据id匹配修改或新增 +- [ ] 添加工作空间、发送、复制粘贴等交互 +- [ ] 独立UI线程 +- [ ] 工具卡片特殊提示,弹出窗口显示内容 \ No newline at end of file