372 Commits

Author SHA1 Message Date
Meghan Morrow
0961f18381 refactor: 更新task-loop注释,移除过时的XML工具调用说明
- 删除handleChunkDeltaContent函数注释中关于XML指令包裹的toolcall描述
- 该功能现在在toolcalled生命周期后处理,而非chunk生命周期中处理
2025-06-19 14:24:43 +08:00
9449bdb190 support xml 2025-06-19 14:24:43 +08:00
d4ac089a9a support xml 2025-06-19 14:24:43 +08:00
0df86cfc28 change tooltip color 2025-06-19 14:24:43 +08:00
c9a2d47c85 task loop 2025-06-19 14:24:24 +08:00
Li Yaning
51d4495f88
Merge pull request #37 from LSTM-Kirigaya/main
feat:增加测试样例
2025-06-19 11:01:02 +08:00
Meghan Morrow
8446cf07dc 修复: 添加工作区验证以防止.openmcp目录创建错误
- 在getWorkspaceConnectionConfigPath()中添加工作区路径验证
- 在getWorkspaceConnectionConfig()中添加工作区路径验证
- 当没有找到工作区时抛出描述性错误
- 解决VSCode扩展尝试创建.openmcp目录时的ENOENT错误
2025-06-19 10:55:06 +08:00
li1553770945
61a82061d7 feat:增加测试样例 2025-06-19 00:26:53 +08:00
Meghan Morrow
777a17bb99 refactor: 更新task-loop注释,移除过时的XML工具调用说明
- 删除handleChunkDeltaContent函数注释中关于XML指令包裹的toolcall描述
- 该功能现在在toolcalled生命周期后处理,而非chunk生命周期中处理
2025-06-18 22:17:35 +08:00
8355e0ec66 support xml 2025-06-18 21:47:02 +08:00
2c13ce5e6d support xml 2025-06-18 20:32:04 +08:00
c2a634118b change tooltip color 2025-06-18 17:04:33 +08:00
3700857aa8 update 2025-06-17 23:32:50 +08:00
94935e6b9c update 2025-06-17 23:29:23 +08:00
50990688be update 2025-06-17 23:12:37 +08:00
li1553770945
2a8ff295b2 feat:构建工具改为esbuild 2025-06-15 23:59:39 +08:00
Kirigaya Kazuto
3cae8572e8
Merge pull request #35 from LSTM-Kirigaya/claude
Claude
2025-06-15 20:53:47 +08:00
5bfda7a893 finish ocr adjust 2025-06-15 20:53:19 +08:00
d26201c893 finish ocr adjust 2025-06-15 19:55:39 +08:00
Meghan Morrow
dad8d41e46 feat: 工具模块界面优化 + OpenRouter集成
- 优化工具列表显示:工具名称优先显示,描述悬停提示
- 集成OpenRouter支持:400+模型一键访问
- 改进模型选择界面:支持搜索过滤和分类显示
- 自动同步新提供商配置
- 版本升级至0.1.7

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-15 19:27:54 +08:00
596e42e110 recover task-loop package 2025-06-15 19:18:56 +08:00
e22d344647 recover task-loop package 2025-06-15 18:55:54 +08:00
li1553770945
62ea963003 feat:更新github actions 2025-06-15 00:31:09 +08:00
Meghan Morrow
2af555dd3b feat: add MCP security checks to MVP requirements
Added MCP security checks (prevent prompt injection, etc.) to the MVP roadmap in README to enhance security features.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-15 00:25:05 +08:00
li1553770945
0560fda4bb feat:添加测试程序(未添加测试用例) 2025-06-15 00:18:17 +08:00
dcbcf567cc update 2025-06-14 00:13:46 +08:00
Li Yaning
7e203905de
Merge pull request #33 from ZYD045692/feature/mcp-hot-update-stdio
feat(service-mcp-connect): 实现stdio连接方式的热更新
2025-06-14 00:08:24 +08:00
li1553770945
52074d1ea2 feat:增加自动构建脚本 2025-06-14 00:02:53 +08:00
Li Yaning
66e748bf01
Merge pull request #34 from LSTM-Kirigaya/hotfix
构建工具改为rollup
2025-06-13 23:28:52 +08:00
li1553770945
836fc6d7b0 Merge branch 'main' of https://github.com/LSTM-Kirigaya/openmcp-client into hotfix 2025-06-13 23:28:24 +08:00
li1553770945
786f5ea615 feat:构建工具改为rollup 2025-06-13 23:07:27 +08:00
li1553770945
e7856dd8a6 fix 2025-06-13 21:27:37 +08:00
li1553770945
bd23bfe17c fix 2025-06-13 21:22:49 +08:00
li1553770945
dfb70785e0 bugfix:尝试修复路径问题 2025-06-13 21:12:49 +08:00
aa8547c4ad fix 0.1.5 cannot launch in windows 2025-06-13 21:08:44 +08:00
54826eda62 fix 0.1.5 cannot launch in windows 2025-06-13 18:11:17 +08:00
506d33be9a fix 0.1.5 cannot launch in windows 2025-06-13 18:05:58 +08:00
ZYD045692
17cc8f7612 feat(service-mcp-connect): 实现stdio连接方式的热更新 2025-06-13 17:40:26 +08:00
0f32993edb fix bug of env 2025-06-12 13:53:26 +08:00
1a11ca64e5 update 2025-06-11 22:36:00 +08:00
0ea7e1053c modify about page 2025-06-11 00:45:56 +08:00
Li Yaning
cb3322d354
hoxfix:修改readme中的错误 2025-06-10 22:32:13 +08:00
c31a6a39c7 update readme 2025-06-10 02:29:42 +08:00
9cb6387fe2 update readme 2025-06-10 02:26:25 +08:00
e4bf1c8fd6 update readme 2025-06-10 02:20:13 +08:00
3ceb5a7b06 支持其他语言 2025-06-09 17:54:50 +08:00
fb092c8ad6 updatre 2025-06-06 21:07:35 +08:00
35a0824423 save 2025-06-06 20:21:00 +08:00
kirigaya
d973d8437f cancel axios adapter 2025-06-05 20:21:31 +08:00
0c50ebcc2c publish openmcp-sdk 0.0.6 2025-06-05 17:21:37 +08:00