Skip to content

Releases: mybolide/mcp-probe-kit

v3.0.18 — Memory & Cursor History Toolset

20 May 09:05

Choose a tag to compare

✨ 新功能

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

20 May 09:00

Choose a tag to compare

✨ 新功能

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

19 Mar 06:50

Choose a tag to compare

✨ 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

15 Mar 11:39

Choose a tag to compare

v3.0.15

Fixes

  • Fixed impact mode so file_path disambiguation 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 Tools coverage 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.ts
  • npm run build

v3.0.14

15 Mar 11:04

Choose a tag to compare

v3.0.14

Highlights

  • Improved code_insight query ranking: exact/partial symbol matches and path keyword matches are weighted higher; unrelated flows are demoted.
  • Added impact target pre-check: when target resolves 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_insight output.
  • 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.ts
  • npm run build
  • npm pack --dry-run --ignore-scripts

v3.0.13

15 Mar 04:06

Choose a tag to compare

v3.0.13

Highlights

  • Prefer a locally installed gitnexus CLI before falling back to npx, reducing Windows cold-start and timeout issues.
  • Expose include_content, uid, and file_path in code_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 query results so login/auth-related flows surface earlier.
  • Document Windows graph-tool setup and troubleshooting in README, getting-started, and localized docs.

Verification

  • npx vitest --run
  • npm run build
  • npm pack

Release v3.0.12

14 Mar 14:56

Choose a tag to compare

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

14 Mar 14:40

Choose a tag to compare

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

13 Mar 10:32

Choose a tag to compare

Full Changelog: v3.0.9...v3.0.10

v3.0.9

13 Mar 02:52

Choose a tag to compare

Highlights

  • Default GitNexus bridge now launches npx -y gitnexus@latest mcp to reduce stale package risk.
  • Documentation and i18n were refreshed for the 22-tool set, including code_insight usage and graph-context workflow guidance.
  • Docs version text was aligned to v3.0.9 across the site.

Validation

  • npm run build
  • npm test (22 files / 182 tests)
  • npm publish -> mcp-probe-kit@3.0.9