mcp-probe-kit 3.0.8 → 3.0.10
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 +15 -4
- package/build/lib/__tests__/gitnexus-bridge.unit.test.d.ts +1 -0
- package/build/lib/__tests__/gitnexus-bridge.unit.test.js +86 -0
- package/build/lib/gitnexus-bridge.d.ts +23 -0
- package/build/lib/gitnexus-bridge.js +518 -22
- 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 +535 -518
- package/docs/i18n/ja.json +533 -516
- package/docs/i18n/ko.json +535 -518
- package/docs/i18n/zh-CN.json +535 -518
- package/docs/index.html +5 -4
- package/docs/pages/all-tools.html +3 -2
- package/docs/pages/examples.html +58 -31
- package/docs/pages/getting-started.html +3 -3
- package/docs/pages/migration.html +19 -10
- package/package.json +1 -1
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>
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
<span data-i18n="sections.tools.title">工具文档</span>
|
|
220
220
|
</h2>
|
|
221
221
|
</div>
|
|
222
|
-
<p class="text-text-secondary text-sm mb-4 leading-relaxed" data-i18n="sections.tools.description">22
|
|
222
|
+
<p class="text-text-secondary text-sm mb-4 leading-relaxed" data-i18n="sections.tools.description">22 个实用工具的完整参考,含图谱洞察与编排工作流</p>
|
|
223
223
|
<nav class="flex flex-col gap-0">
|
|
224
224
|
<a href="./pages/all-tools.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">
|
|
225
225
|
<div class="flex items-center gap-2">
|
|
@@ -323,4 +323,5 @@
|
|
|
323
323
|
</script>
|
|
324
324
|
<script src="./assets/js/i18n.js"></script>
|
|
325
325
|
</body>
|
|
326
|
-
</html>
|
|
326
|
+
</html>
|
|
327
|
+
|
|
@@ -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>
|
|
@@ -512,3 +512,4 @@
|
|
|
512
512
|
</script>
|
|
513
513
|
</body>
|
|
514
514
|
</html>
|
|
515
|
+
|
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>
|
|
@@ -327,28 +327,54 @@ description: "<span data-i18n="examples.stage1.interview.desc">实现用户登
|
|
|
327
327
|
</div>
|
|
328
328
|
</div>
|
|
329
329
|
|
|
330
|
-
<div>
|
|
331
|
-
<h3 class="font-medium text-text-primary mb-2 flex items-center gap-2">
|
|
332
|
-
<span>📊</span>
|
|
333
|
-
<span data-i18n="examples.stage1.estimate.title">1.3 工作量估算</span>
|
|
334
|
-
</h3>
|
|
330
|
+
<div>
|
|
331
|
+
<h3 class="font-medium text-text-primary mb-2 flex items-center gap-2">
|
|
332
|
+
<span>📊</span>
|
|
333
|
+
<span data-i18n="examples.stage1.estimate.title">1.3 工作量估算</span>
|
|
334
|
+
</h3>
|
|
335
335
|
<p class="text-text-secondary text-sm pl-7 mb-3"><span data-i18n="examples.stage1.estimate.description">使用</span> <code class="bg-gray-200 px-1 rounded text-xs">estimate</code> <span data-i18n="examples.stage1.estimate.description2">工具估算开发时间和资源。</span></p>
|
|
336
336
|
<div class="bg-slate-900 rounded-lg overflow-hidden ml-7">
|
|
337
337
|
<div class="flex items-center justify-between px-3 py-2 bg-slate-800">
|
|
338
338
|
<span class="text-xs text-slate-300 font-medium" data-i18n="examples.common.bestPractice">最佳实践</span>
|
|
339
339
|
</div>
|
|
340
|
-
<pre class="code-block p-4 text-sm text-slate-200 overflow-x-auto"><code>AI: 使用 estimate 工具
|
|
341
|
-
task_description: "<span data-i18n="examples.stage1.estimate.task">实现用户认证功能</span>"
|
|
342
|
-
experience_level: "mid"
|
|
343
|
-
team_size: 2
|
|
344
|
-
|
|
345
|
-
<span data-i18n="examples.stage1.estimate.output">→ 输出:</span>
|
|
346
|
-
<span data-i18n="examples.stage1.estimate.sp">- 故事点:8 SP</span>
|
|
347
|
-
<span data-i18n="examples.stage1.estimate.time">- 时间范围:乐观 3天 / 正常 5天 / 悲观 8天</span>
|
|
348
|
-
<span data-i18n="examples.stage1.estimate.risk">- 风险点:第三方登录集成可能延期</span></code></pre>
|
|
349
|
-
</div>
|
|
350
|
-
</div>
|
|
351
|
-
|
|
340
|
+
<pre class="code-block p-4 text-sm text-slate-200 overflow-x-auto"><code>AI: 使用 estimate 工具
|
|
341
|
+
task_description: "<span data-i18n="examples.stage1.estimate.task">实现用户认证功能</span>"
|
|
342
|
+
experience_level: "mid"
|
|
343
|
+
team_size: 2
|
|
344
|
+
|
|
345
|
+
<span data-i18n="examples.stage1.estimate.output">→ 输出:</span>
|
|
346
|
+
<span data-i18n="examples.stage1.estimate.sp">- 故事点:8 SP</span>
|
|
347
|
+
<span data-i18n="examples.stage1.estimate.time">- 时间范围:乐观 3天 / 正常 5天 / 悲观 8天</span>
|
|
348
|
+
<span data-i18n="examples.stage1.estimate.risk">- 风险点:第三方登录集成可能延期</span></code></pre>
|
|
349
|
+
</div>
|
|
350
|
+
</div>
|
|
351
|
+
|
|
352
|
+
<div class="mt-4">
|
|
353
|
+
<h3 class="font-medium text-text-primary mb-2 flex items-center gap-2">
|
|
354
|
+
<span>🕸️</span>
|
|
355
|
+
<span data-i18n="examples.stage1.codeInsight.title">1.4 现有代码图谱洞察</span>
|
|
356
|
+
</h3>
|
|
357
|
+
<p class="text-text-secondary text-sm pl-7 mb-3"><span data-i18n="examples.stage1.codeInsight.description">使用</span> <code class="bg-gray-200 px-1 rounded text-xs">code_insight</code> <span data-i18n="examples.stage1.codeInsight.description2">快速分析调用链、上下文和影响范围,并为后续 start_feature/start_bugfix 提供图谱上下文。</span></p>
|
|
358
|
+
<div class="bg-slate-900 rounded-lg overflow-hidden ml-7">
|
|
359
|
+
<div class="flex items-center justify-between px-3 py-2 bg-slate-800">
|
|
360
|
+
<span class="text-xs text-slate-300 font-medium" data-i18n="examples.common.bestPractice">最佳实践</span>
|
|
361
|
+
</div>
|
|
362
|
+
<pre class="code-block p-4 text-sm text-slate-200 overflow-x-auto"><code><span data-i18n="examples.stage1.codeInsight.example1">你: 请分析登录与 token 刷新相关的调用链,看看改动会影响哪些模块</span>
|
|
363
|
+
|
|
364
|
+
AI: 使用 code_insight 工具
|
|
365
|
+
mode: "query"
|
|
366
|
+
query: "login token refresh auth flow"
|
|
367
|
+
goal: "<span data-i18n="examples.stage1.codeInsight.goal">找出现有登录与 token 刷新流程</span>"
|
|
368
|
+
task_context: "<span data-i18n="examples.stage1.codeInsight.taskContext">准备修改认证模块</span>"
|
|
369
|
+
|
|
370
|
+
<span data-i18n="examples.stage1.codeInsight.output">→ 输出:</span>
|
|
371
|
+
<span data-i18n="examples.stage1.codeInsight.item1">- 相关执行流 / 调用链</span>
|
|
372
|
+
<span data-i18n="examples.stage1.codeInsight.item2">- 关键符号与文件位置</span>
|
|
373
|
+
<span data-i18n="examples.stage1.codeInsight.item3">- _meta.graph.snapshotUri / markdownFilePath</span>
|
|
374
|
+
<span data-i18n="examples.stage1.codeInsight.item4">- 供后续编排复用的 docs/graph-insights/latest.* 与 project-context 索引入口</span></code></pre>
|
|
375
|
+
</div>
|
|
376
|
+
</div>
|
|
377
|
+
</section>
|
|
352
378
|
|
|
353
379
|
<!-- 阶段 2:开发阶段 -->
|
|
354
380
|
<section class="bg-white rounded-xl border border-border p-4 sm:p-6 mb-6 shadow-sm">
|
|
@@ -371,12 +397,12 @@ description: "用户认证功能,支持邮箱登录和 Google 登录"
|
|
|
371
397
|
feature_name: "user-auth"
|
|
372
398
|
|
|
373
399
|
<span data-i18n="examples.stage0.workflow.autoExecute">→ 自动执行:</span>
|
|
374
|
-
<span data-i18n="examples.stage2.workflow.step1">✓
|
|
375
|
-
<span data-i18n="examples.stage2.workflow.step2">✓ 生成功能规格文档</span>
|
|
376
|
-
<span data-i18n="examples.stage2.workflow.step3">✓ 估算开发工作量</span>
|
|
377
|
-
<span data-i18n="examples.stage2.workflow.step4">✓ 输出完整开发计划</span></code></pre>
|
|
378
|
-
</div>
|
|
379
|
-
</div>
|
|
400
|
+
<span data-i18n="examples.stage2.workflow.step1">✓ 检查项目上下文与可用图谱快照</span>
|
|
401
|
+
<span data-i18n="examples.stage2.workflow.step2">✓ 生成功能规格文档</span>
|
|
402
|
+
<span data-i18n="examples.stage2.workflow.step3">✓ 估算开发工作量</span>
|
|
403
|
+
<span data-i18n="examples.stage2.workflow.step4">✓ 输出完整开发计划</span></code></pre>
|
|
404
|
+
</div>
|
|
405
|
+
</div>
|
|
380
406
|
|
|
381
407
|
<div class="mb-4">
|
|
382
408
|
<h3 class="font-medium text-text-primary mb-2 flex items-center gap-2">
|
|
@@ -480,12 +506,12 @@ error_message: "TypeError: Cannot read property 'token' of undefined"
|
|
|
480
506
|
stack_trace: "at login.js:45:12"
|
|
481
507
|
|
|
482
508
|
<span data-i18n="examples.stage0.workflow.autoExecute">→ 自动执行:</span>
|
|
483
|
-
<span data-i18n="examples.stage4.bugfix.step1">✓
|
|
484
|
-
<span data-i18n="examples.stage4.bugfix.step2">✓ 分析错误原因</span>
|
|
485
|
-
<span data-i18n="examples.stage4.bugfix.step3">✓ 定位问题代码</span>
|
|
486
|
-
<span data-i18n="examples.stage4.bugfix.step4">✓ 提供修复方案</span>
|
|
487
|
-
<span data-i18n="examples.stage4.bugfix.step5">✓ 生成测试用例</span></code></pre>
|
|
488
|
-
</div>
|
|
509
|
+
<span data-i18n="examples.stage4.bugfix.step1">✓ 检查项目上下文与可用图谱快照</span>
|
|
510
|
+
<span data-i18n="examples.stage4.bugfix.step2">✓ 分析错误原因</span>
|
|
511
|
+
<span data-i18n="examples.stage4.bugfix.step3">✓ 定位问题代码</span>
|
|
512
|
+
<span data-i18n="examples.stage4.bugfix.step4">✓ 提供修复方案</span>
|
|
513
|
+
<span data-i18n="examples.stage4.bugfix.step5">✓ 生成测试用例</span></code></pre>
|
|
514
|
+
</div>
|
|
489
515
|
</div>
|
|
490
516
|
|
|
491
517
|
<div>
|
|
@@ -687,4 +713,5 @@ max_minutes: 25
|
|
|
687
713
|
</script>
|
|
688
714
|
<script src="../assets/js/i18n.js"></script>
|
|
689
715
|
</body>
|
|
690
|
-
</html>
|
|
716
|
+
</html>
|
|
717
|
+
|
|
@@ -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>
|
|
@@ -587,4 +587,4 @@ npm run build</code></pre>
|
|
|
587
587
|
</script>
|
|
588
588
|
<script src="../assets/js/i18n.js"></script>
|
|
589
589
|
</body>
|
|
590
|
-
</html>
|
|
590
|
+
</html>
|
|
@@ -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>
|
|
@@ -205,14 +205,22 @@
|
|
|
205
205
|
</ul>
|
|
206
206
|
</div>
|
|
207
207
|
|
|
208
|
-
<div>
|
|
209
|
-
<h3 class="font-medium text-text-primary mb-2 flex items-center gap-2">
|
|
210
|
-
<span>📊</span>
|
|
211
|
-
<span data-i18n="migration.changes.
|
|
212
|
-
</h3>
|
|
213
|
-
<p class="text-text-secondary text-sm pl-7" data-i18n="migration.changes.
|
|
214
|
-
</div>
|
|
215
|
-
|
|
208
|
+
<div>
|
|
209
|
+
<h3 class="font-medium text-text-primary mb-2 flex items-center gap-2">
|
|
210
|
+
<span>📊</span>
|
|
211
|
+
<span data-i18n="migration.changes.codeInsight.title">4. 新增代码图谱洞察</span>
|
|
212
|
+
</h3>
|
|
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
|
+
</div>
|
|
215
|
+
|
|
216
|
+
<div>
|
|
217
|
+
<h3 class="font-medium text-text-primary mb-2 flex items-center gap-2">
|
|
218
|
+
<span>🧩</span>
|
|
219
|
+
<span data-i18n="migration.changes.structuredOutput.title">5. 结构化输出升级</span>
|
|
220
|
+
</h3>
|
|
221
|
+
<p class="text-text-secondary text-sm pl-7" data-i18n="migration.changes.structuredOutput.description">核心与编排工具优先支持结构化输出,输出格式一致、可预测,便于工具串联与状态追踪。</p>
|
|
222
|
+
</div>
|
|
223
|
+
</section>
|
|
216
224
|
|
|
217
225
|
<!-- 迁移步骤 -->
|
|
218
226
|
<section class="bg-white rounded-xl border border-border p-4 sm:p-6 mb-6 shadow-sm">
|
|
@@ -296,4 +304,5 @@ npm update -g mcp-probe-kit</code></pre>
|
|
|
296
304
|
</script>
|
|
297
305
|
<script src="../assets/js/i18n.js"></script>
|
|
298
306
|
</body>
|
|
299
|
-
</html>
|
|
307
|
+
</html>
|
|
308
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-probe-kit",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
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",
|