mcp-probe-kit 3.0.9 → 3.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -4
- package/build/lib/__tests__/gitnexus-bridge.unit.test.d.ts +1 -0
- package/build/lib/__tests__/gitnexus-bridge.unit.test.js +96 -0
- package/build/lib/gitnexus-bridge.d.ts +23 -0
- package/build/lib/gitnexus-bridge.js +526 -21
- package/build/schemas/code-analysis-tools.d.ts +9 -1
- package/build/schemas/code-analysis-tools.js +9 -1
- package/build/schemas/git-tools.d.ts +1 -1
- package/build/schemas/git-tools.js +1 -1
- package/build/schemas/index.d.ts +23 -3
- package/build/schemas/orchestration-tools.d.ts +13 -1
- package/build/schemas/orchestration-tools.js +13 -1
- package/build/schemas/output/core-tools.d.ts +130 -1
- package/build/schemas/output/core-tools.js +71 -1
- package/build/schemas/output/index.d.ts +2 -2
- package/build/schemas/output/index.js +2 -2
- package/build/schemas/output/project-tools.d.ts +13 -0
- package/build/schemas/output/project-tools.js +9 -0
- package/build/schemas/structured-output.d.ts +358 -5
- package/build/schemas/structured-output.js +169 -5
- package/build/tools/__tests__/code_insight.unit.test.js +81 -1
- package/build/tools/__tests__/fix_bug.unit.test.d.ts +1 -0
- package/build/tools/__tests__/fix_bug.unit.test.js +31 -0
- package/build/tools/__tests__/gencommit.unit.test.d.ts +1 -0
- package/build/tools/__tests__/gencommit.unit.test.js +41 -0
- package/build/tools/__tests__/init_project_context.unit.test.d.ts +1 -0
- package/build/tools/__tests__/init_project_context.unit.test.js +63 -0
- package/build/tools/__tests__/start_bugfix.unit.test.js +10 -0
- package/build/tools/__tests__/start_feature.unit.test.js +10 -0
- package/build/tools/code_insight.d.ts +10 -0
- package/build/tools/code_insight.js +156 -3
- package/build/tools/fix_bug.d.ts +3 -3
- package/build/tools/fix_bug.js +297 -312
- package/build/tools/gencommit.js +144 -123
- package/build/tools/init_project_context.js +211 -53
- package/build/tools/start_bugfix.js +170 -70
- package/build/tools/start_feature.js +79 -25
- package/docs/data/tools.js +33 -31
- package/docs/i18n/all-tools/en.json +9 -9
- package/docs/i18n/all-tools/ja.json +9 -9
- package/docs/i18n/all-tools/ko.json +9 -9
- package/docs/i18n/all-tools/zh-CN.json +9 -9
- package/docs/i18n/en.json +480 -481
- package/docs/i18n/ja.json +478 -479
- package/docs/i18n/ko.json +480 -481
- package/docs/i18n/zh-CN.json +480 -481
- package/docs/index.html +2 -2
- package/docs/pages/all-tools.html +2 -2
- package/docs/pages/examples.html +2 -2
- package/docs/pages/getting-started.html +2 -2
- package/docs/pages/migration.html +2 -2
- package/package.json +1 -2
package/docs/index.html
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
<div class="max-w-[800px] mx-auto">
|
|
182
182
|
<h1 class="text-3xl sm:text-4xl md:text-5xl font-bold mb-3 tracking-tight" data-i18n="hero.title">🚀 MCP Probe Kit</h1>
|
|
183
183
|
<p class="text-base sm:text-lg opacity-95 mb-2" data-i18n="hero.subtitle">AI 开发增强工具集 · 文档中心</p>
|
|
184
|
-
<div class="inline-block bg-white/20 px-3 py-1 rounded-full text-sm font-semibold mb-6 md:mb-8">v3.0.
|
|
184
|
+
<div class="inline-block bg-white/20 px-3 py-1 rounded-full text-sm font-semibold mb-6 md:mb-8">v3.0.10</div>
|
|
185
185
|
<div class="flex gap-3 md:gap-4 justify-center flex-wrap">
|
|
186
186
|
<a href="./pages/getting-started.html" class="bg-white text-primary px-5 py-2.5 sm:px-6 sm:py-3 rounded-md text-sm sm:text-base font-semibold hover:-translate-y-0.5 hover:shadow-lg transition-all duration-200 inline-flex items-center gap-1.5 no-underline cursor-pointer border-0" data-i18n="hero.quickStart">快速开始</a>
|
|
187
187
|
<a href="https://www.bytezonex.com/" target="_blank" rel="noopener" class="bg-white/15 text-white px-5 py-2.5 sm:px-6 sm:py-3 rounded-md text-sm sm:text-base font-semibold hover:bg-white/25 transition-all duration-200 inline-flex items-center gap-1.5 no-underline border border-white/30" data-i18n="hero.visitMainSite">
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
<span data-i18n="sections.quickStart.title">快速开始</span>
|
|
203
203
|
</h2>
|
|
204
204
|
</div>
|
|
205
|
-
<p class="text-text-secondary text-sm mb-4 leading-relaxed" data-i18n="sections.quickStart.description">5 分钟快速上手 MCP Probe Kit v3.0.
|
|
205
|
+
<p class="text-text-secondary text-sm mb-4 leading-relaxed" data-i18n="sections.quickStart.description">5 分钟快速上手 MCP Probe Kit v3.0.10</p>
|
|
206
206
|
<nav class="flex flex-col gap-0">
|
|
207
207
|
<a href="./pages/getting-started.html" class="flex items-center justify-between px-3 py-2.5 -mx-3 text-text-primary text-sm font-medium rounded-md transition-all duration-200 hover:bg-bg-hover hover:text-primary no-underline">
|
|
208
208
|
<span data-i18n="sections.quickStart.installConfig">安装配置</span>
|
|
@@ -156,12 +156,12 @@
|
|
|
156
156
|
<h1 class="text-2xl sm:text-3xl font-bold text-text-primary mb-2" data-i18n="sidebar.allTools">所有工具</h1>
|
|
157
157
|
<p class="text-sm sm:text-base text-text-secondary" id="page-subtitle">MCP Probe Kit 提供 22 个实用工具,核心与编排工具支持结构化输出</p>
|
|
158
158
|
<div class="flex flex-wrap items-center gap-2 mt-3 text-xs text-text-tertiary">
|
|
159
|
-
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.
|
|
159
|
+
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.10</span>
|
|
160
160
|
<span>MCP 2025-11-25</span>
|
|
161
161
|
<span>SDK 1.27.1</span>
|
|
162
162
|
</div>
|
|
163
163
|
<div class="flex flex-wrap items-center gap-2 mt-2 text-xs text-text-tertiary">
|
|
164
|
-
<span>📦 v3.0.
|
|
164
|
+
<span>📦 v3.0.10</span>
|
|
165
165
|
<span>·</span>
|
|
166
166
|
<span><span data-i18n="footer.lastUpdate">最后更新</span>:2026-03-11</span>
|
|
167
167
|
<span>·</span>
|
package/docs/pages/examples.html
CHANGED
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<h1 class="text-2xl sm:text-3xl font-bold text-text-primary mb-2" data-i18n="examples.title">最佳实践</h1>
|
|
149
149
|
<p class="text-sm sm:text-base text-text-secondary" data-i18n="examples.subtitle">MCP Probe Kit 融合完整研发流程,从需求到上线的最佳实践指南</p>
|
|
150
150
|
<div class="flex flex-wrap items-center gap-2 mt-3 text-xs text-text-tertiary">
|
|
151
|
-
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.
|
|
151
|
+
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.10</span>
|
|
152
152
|
<span>MCP 2025-11-25</span>
|
|
153
153
|
<span>SDK 1.27.1</span>
|
|
154
154
|
</div>
|
|
@@ -371,7 +371,7 @@ task_context: "<span data-i18n="examples.stage1.codeInsight.taskContext">准备
|
|
|
371
371
|
<span data-i18n="examples.stage1.codeInsight.item1">- 相关执行流 / 调用链</span>
|
|
372
372
|
<span data-i18n="examples.stage1.codeInsight.item2">- 关键符号与文件位置</span>
|
|
373
373
|
<span data-i18n="examples.stage1.codeInsight.item3">- _meta.graph.snapshotUri / markdownFilePath</span>
|
|
374
|
-
<span data-i18n="examples.stage1.codeInsight.item4">-
|
|
374
|
+
<span data-i18n="examples.stage1.codeInsight.item4">- 供后续编排复用的 docs/graph-insights/latest.* 与 project-context 索引入口</span></code></pre>
|
|
375
375
|
</div>
|
|
376
376
|
</div>
|
|
377
377
|
</section>
|
|
@@ -154,9 +154,9 @@
|
|
|
154
154
|
<!-- 页面标题 -->
|
|
155
155
|
<div class="mb-6">
|
|
156
156
|
<h1 class="text-2xl sm:text-3xl font-bold text-text-primary mb-2" data-i18n="gettingStarted.title">安装配置</h1>
|
|
157
|
-
<p class="text-sm sm:text-base text-text-secondary" data-i18n="gettingStarted.subtitle">5 分钟快速上手 MCP Probe Kit v3.0.
|
|
157
|
+
<p class="text-sm sm:text-base text-text-secondary" data-i18n="gettingStarted.subtitle">5 分钟快速上手 MCP Probe Kit v3.0.10,支持 Cursor、Cline 和 Claude Desktop</p>
|
|
158
158
|
<div class="flex flex-wrap items-center gap-2 mt-3 text-xs text-text-tertiary">
|
|
159
|
-
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.
|
|
159
|
+
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.10</span>
|
|
160
160
|
<span>MCP 2025-11-25</span>
|
|
161
161
|
<span>SDK 1.27.1</span>
|
|
162
162
|
</div>
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<h1 class="text-2xl sm:text-3xl font-bold text-text-primary mb-2" data-i18n="migration.title">v3.0 迁移指南</h1>
|
|
149
149
|
<p class="text-sm sm:text-base text-text-secondary" data-i18n="migration.subtitle">从 v2.x 平滑迁移到 v3.0,了解重大变更和新特性</p>
|
|
150
150
|
<div class="flex flex-wrap items-center gap-2 mt-3 text-xs text-text-tertiary">
|
|
151
|
-
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.
|
|
151
|
+
<span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.10</span>
|
|
152
152
|
<span>MCP 2025-11-25</span>
|
|
153
153
|
<span>SDK 1.27.1</span>
|
|
154
154
|
</div>
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
<span>📊</span>
|
|
211
211
|
<span data-i18n="migration.changes.codeInsight.title">4. 新增代码图谱洞察</span>
|
|
212
212
|
</h3>
|
|
213
|
-
<p class="text-text-secondary text-sm pl-7" data-i18n="migration.changes.codeInsight.description"
|
|
213
|
+
<p class="text-text-secondary text-sm pl-7" data-i18n="migration.changes.codeInsight.description">code_insight 负责维护 docs/graph-insights 下的基线图谱文档,start_feature/start_bugfix 会在规划前刷新 GitNexus 索引并执行任务级范围收敛。</p>
|
|
214
214
|
</div>
|
|
215
215
|
|
|
216
216
|
<div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-probe-kit",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11",
|
|
4
4
|
"description": "AI-Powered Development Toolkit - MCP Server with 22 tools covering code quality, development efficiency, project management, and UI/UX design. Features: Structured Output, Workflow Orchestration, UI/UX Pro Max, and Requirements Interview.",
|
|
5
5
|
"mcpName": "io.github.mybolide/mcp-probe-kit",
|
|
6
6
|
"type": "module",
|
|
@@ -77,4 +77,3 @@
|
|
|
77
77
|
"vitest": "^4.0.18"
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
|