Releases: mybolide/mcp-probe-kit
Releases · mybolide/mcp-probe-kit
v3.0.18 — Memory & Cursor History Toolset
✨ 新功能
Memory & Cursor History 工具集(6 个新工具)
- read_memory_asset, memorize_asset, scan_and_extract_patterns
- cursor_list_conversations, cursor_search_conversations, cursor_read_conversation
- 支持 Qdrant 向量存储、Ollama/OpenAI embedding、Win/Mac/Linux Cursor 数据库
Git 工作报告工具
- git_work_report:从 git 历史生成工作报告
UI/PRD Skill Bridge
- 新增 skill-bridge 模块,start_ui/start_product 新增 Skill Bridge 指南
🔧 改进
- 工具总数 20 → 28
- 新增分类:Memory & Cursor History(6)
- 多语言文档全量同步(en/ja/ko/zh-CN/de/es/fr/pt-BR)
- 文档站点 UI i18n 全面完善
- README 头部加 markdown 标题,npm 页面正确显示说明文档
See CHANGELOG for full details.
v3.0.17 — Memory & Cursor History Toolset
✨ 新功能
Memory & Cursor History 工具集(6 个新工具)
- read_memory_asset, memorize_asset, scan_and_extract_patterns
- cursor_list_conversations, cursor_search_conversations, cursor_read_conversation
- 支持 Qdrant 向量存储、Ollama/OpenAI embedding、Win/Mac/Linux Cursor 数据库
Git 工作报告工具
- git_work_report:从 git 历史生成工作报告
UI/PRD Skill Bridge
- 新增 skill-bridge 模块,start_ui/start_product 新增 Skill Bridge 指南
🔧 改进
- 工具总数 20 → 28
- 新增分类:Memory & Cursor History(6)
- 多语言文档全量同步(en/ja/ko/zh-CN/de/es/fr/pt-BR)
- 文档站点 UI i18n 全面完善
See CHANGELOG for full details.
v3.0.16
✨ Highlights\n- UI/PRD Skill Bridge integrated into start_ui and start_product\n- Deterministic UI data activation: current session locked, next-start apply\n- Embedded UI data now included in published package via postbuild copy\n- Docs and i18n version markers updated to v3.0.16\n\nSee CHANGELOG.md for full details.
v3.0.15
v3.0.15
Fixes
- Fixed
impactmode sofile_pathdisambiguation now actually takes effect by reusing the resolved symbol id (uid/id) from context before calling impact. - Added regression test to verify context-resolved symbol ids are propagated into impact target resolution.
Docs (Multilingual)
- Completed
Windows Notes for Graph Toolscoverage across multilingual docs. - Added Windows Build Tools quick install command to all related language docs:
winget install Microsoft.VisualStudio.2022.BuildTools - Updated website i18n entries (en/zh-CN/ja/ko) and getting-started page to include the quick install hint.
Verification
npx vitest --run src/lib/__tests__/gitnexus-bridge.unit.test.ts src/tools/__tests__/code_insight.unit.test.tsnpm run build
v3.0.14
v3.0.14
Highlights
- Improved
code_insightquery ranking: exact/partial symbol matches and path keyword matches are weighted higher; unrelated flows are demoted. - Added impact target pre-check: when
targetresolves to non-callable symbols (Folder/File/Module), it now returns ambiguity guidance instead of silently producing empty impact. - Simplified delegated plan to "consume results first, save optionally" and added usage guidance in
code_insightoutput. - Added Windows quick install command for Build Tools in README (
winget install Microsoft.VisualStudio.2022.BuildTools).
Verification
npx vitest --run src/lib/__tests__/gitnexus-bridge.unit.test.ts src/tools/__tests__/code_insight.unit.test.tsnpm run buildnpm pack --dry-run --ignore-scripts
v3.0.13
v3.0.13
Highlights
- Prefer a locally installed
gitnexusCLI before falling back tonpx, reducing Windows cold-start and timeout issues. - Expose
include_content,uid, andfile_pathincode_insight, and surface ambiguity candidates back to users. - Generate delegated plans dynamically: ambiguity flows now prompt disambiguation first, while docs save plans are only produced when explicitly requested.
- Apply a lightweight keyword rerank to GitNexus
queryresults so login/auth-related flows surface earlier. - Document Windows graph-tool setup and troubleshooting in README, getting-started, and localized docs.
Verification
npx vitest --runnpm run buildnpm pack
Release v3.0.12
What's New
- Fix the broken Windows regression introduced in 3.0.11.
- Remove manual cmd.exe /d /s /c wrapping and use cross-spawn consistently for Windows .cmd/.bat execution.
- Add real Windows execution tests for
px and absolute spaced .cmd paths.
Verification
px vitest --run
pm pack --dry-run --ignore-scripts
- Published npm package: mcp-probe-kit@3.0.12
Note
- The repository GitHub Actions npm publish workflow still lacks NPM_TOKEN, so the npm package for this release was published locally.
Release v3.0.11
What's New
- Fix Windows code_insight / GitNexus bridge failures when Node.js is installed in a path with spaces.
- Quote .cmd executables before wrapping with cmd.exe /d /s /c.
- Add regression coverage for spaced Windows executable paths.
Notes
- npm package mcp-probe-kit@3.0.11 has been published successfully.
- The GitHub Actions npm publish workflow failed because NPM_TOKEN is not configured in repository secrets.
v3.0.10
Full Changelog: v3.0.9...v3.0.10
v3.0.9
Highlights
- Default GitNexus bridge now launches
npx -y gitnexus@latest mcpto reduce stale package risk. - Documentation and i18n were refreshed for the 22-tool set, including
code_insightusage and graph-context workflow guidance. - Docs version text was aligned to
v3.0.9across the site.
Validation
npm run buildnpm test(22 files / 182 tests)npm publish->mcp-probe-kit@3.0.9