mcp-probe-kit 3.0.8 → 3.0.9

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 CHANGED
@@ -65,6 +65,7 @@ A powerful MCP (Model Context Protocol) server providing **22 tools** covering t
65
65
  ### 🧠 Code Graph Bridge (GitNexus)
66
66
 
67
67
  - `code_insight` bridges GitNexus by default for query/context/impact analysis
68
+ - The bridge launches `npx -y gitnexus@latest mcp` by default to reduce stale package risk
68
69
  - `start_feature` and `start_bugfix` automatically enrich plans with graph context when available
69
70
  - If GitNexus is unavailable, the server falls back automatically without breaking orchestration
70
71
  - Graph snapshots are exposed as resources (`probe://graph/latest`, `probe://graph/history`, `probe://graph/latest.md`)
@@ -5,7 +5,7 @@ import * as path from "node:path";
5
5
  import { isAbortError, throwIfAborted, } from "./tool-execution-context.js";
6
6
  const DEFAULT_CONNECT_TIMEOUT_MS = readIntEnv("MCP_GITNEXUS_CONNECT_TIMEOUT_MS", 12000);
7
7
  const DEFAULT_CALL_TIMEOUT_MS = readIntEnv("MCP_GITNEXUS_TIMEOUT_MS", 20000);
8
- const DEFAULT_GITNEXUS_ARGS = ["-y", "gitnexus", "mcp"];
8
+ const DEFAULT_GITNEXUS_ARGS = ["-y", "gitnexus@latest", "mcp"];
9
9
  const FAILURE_CACHE_TTL_MS = readIntEnv("MCP_GITNEXUS_FAILURE_CACHE_TTL_MS", 30000);
10
10
  let bridgeFailureUntil = 0;
11
11
  let bridgeFailureReason = "";
package/docs/i18n/en.json CHANGED
@@ -14,21 +14,21 @@
14
14
  "hero": {
15
15
  "title": "🚀 MCP Probe Kit",
16
16
  "subtitle": "AI Development Enhancement Toolkit · Documentation Center",
17
- "version": "v3.0.7",
17
+ "version": "v3.0.9",
18
18
  "quickStart": "Quick Start",
19
19
  "visitMainSite": "Visit ByteZoneX"
20
20
  },
21
21
  "sections": {
22
22
  "quickStart": {
23
23
  "title": "Quick Start",
24
- "description": "Get started with MCP Probe Kit v3.0.7 in 5 minutes",
24
+ "description": "Get started with MCP Probe Kit v3.0.9 in 5 minutes",
25
25
  "installConfig": "Installation & Configuration"
26
26
  },
27
- "tools": {
28
- "title": "Tools Documentation",
29
- "description": "Complete reference for 22 practical tools",
30
- "allTools": "All Tools"
31
- },
27
+ "tools": {
28
+ "title": "Tools Documentation",
29
+ "description": "Complete reference for 22 practical tools, including code graph insight and orchestration workflows",
30
+ "allTools": "All Tools"
31
+ },
32
32
  "guides": {
33
33
  "title": "Guides",
34
34
  "description": "Migration guides and best practices",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "gettingStarted": {
65
65
  "title": "Installation & Configuration",
66
- "subtitle": "Get started with MCP Probe Kit v3.0.7 in 5 minutes. Supports Cursor, Cline, and Claude Desktop",
66
+ "subtitle": "Get started with MCP Probe Kit v3.0.9 in 5 minutes. Supports Cursor, Cline, and Claude Desktop",
67
67
  "breadcrumb": {
68
68
  "home": "Documentation",
69
69
  "quickStart": "Quick Start",
@@ -202,19 +202,23 @@
202
202
  "startProduct": "Product design workflow",
203
203
  "startRalph": "Ralph Loop automated development"
204
204
  },
205
- "uiTools": {
206
- "title": "3. New UI/UX Toolset",
207
- "description": "Complete UI/UX toolchain:",
208
- "designSystem": "Intelligent design system generator",
209
- "uiSearch": "UI/UX database search",
210
- "syncUiData": "UI/UX data synchronization",
211
- "componentCatalog": "Component catalog initialization",
212
- "renderUi": "UI rendering engine"
213
- },
214
- "structuredOutput": {
215
- "title": "4. Structured Output Upgrade",
216
- "description": "Core and orchestration tools prioritize structured output, consistent and predictable output format, facilitating tool chaining and state tracking."
217
- }
205
+ "uiTools": {
206
+ "title": "3. New UI/UX Toolset",
207
+ "description": "Complete UI/UX toolchain:",
208
+ "designSystem": "Intelligent design system generator",
209
+ "uiSearch": "UI/UX database search",
210
+ "syncUiData": "UI/UX data synchronization",
211
+ "componentCatalog": "Component catalog initialization",
212
+ "renderUi": "UI rendering engine"
213
+ },
214
+ "codeInsight": {
215
+ "title": "4. New Code Graph Insight",
216
+ "description": "Use code_insight to bridge GitNexus for call-chain, context, and impact analysis, and feed graphContext into start_feature/start_bugfix."
217
+ },
218
+ "structuredOutput": {
219
+ "title": "5. Structured Output Upgrade",
220
+ "description": "Core and orchestration tools prioritize structured output, consistent and predictable output format, facilitating tool chaining and state tracking."
221
+ }
218
222
  },
219
223
  "steps": {
220
224
  "title": "Migration Steps",
@@ -345,31 +349,44 @@
345
349
  "q4": "- Do you need verification code?",
346
350
  "generate": "→ Generate: Interview record document"
347
351
  },
348
- "estimate": {
349
- "title": "1.3 Workload Estimation",
350
- "description": "Use",
351
- "description2": "tool to estimate development time and resources.",
352
- "task": "Implement user authentication functionality",
353
- "output": "→ Output:",
354
- "sp": "- Story Points: 8 SP",
355
- "time": "- Time Range: Optimistic 3 days / Normal 5 days / Pessimistic 8 days",
356
- "risk": "- Risk: Third-party login integration may be delayed"
357
- }
358
- },
352
+ "estimate": {
353
+ "title": "1.3 Workload Estimation",
354
+ "description": "Use",
355
+ "description2": "tool to estimate development time and resources.",
356
+ "task": "Implement user authentication functionality",
357
+ "output": "→ Output:",
358
+ "sp": "- Story Points: 8 SP",
359
+ "time": "- Time Range: Optimistic 3 days / Normal 5 days / Pessimistic 8 days",
360
+ "risk": "- Risk: Third-party login integration may be delayed"
361
+ },
362
+ "codeInsight": {
363
+ "title": "1.4 Existing Code Graph Insight",
364
+ "description": "Use",
365
+ "description2": "to quickly analyze call chains, context, and impact, then carry graph context into start_feature/start_bugfix.",
366
+ "example1": "You: Analyze the login and token refresh call chain and tell me which modules will be affected",
367
+ "goal": "Find the existing login and token refresh flow",
368
+ "taskContext": "Preparing to modify the auth module",
369
+ "output": "→ Output:",
370
+ "item1": "- Related execution flows / call chains",
371
+ "item2": "- Key symbols and file locations",
372
+ "item3": "- _meta.graph.snapshotUri / markdownFilePath",
373
+ "item4": "- graphContext that can be passed into start_feature / start_bugfix"
374
+ }
375
+ },
359
376
  "common": {
360
377
  "bestPractice": "Best Practice"
361
378
  },
362
379
  "stage2": {
363
380
  "title": "Stage 2: Feature Development",
364
- "workflow": {
365
- "title": "2.1 Complete Feature Development Workflow (Recommended)",
366
- "description": "Use",
367
- "description2": "workflow orchestration to complete from spec to estimation with one click.",
368
- "example1": "You: Develop user authentication feature",
369
- "step1": "✓ Check project context",
370
- "step2": "✓ Generate feature specification document",
371
- "step3": "✓ Estimate development workload",
372
- "step4": "✓ Output complete development plan"
381
+ "workflow": {
382
+ "title": "2.1 Complete Feature Development Workflow (Recommended)",
383
+ "description": "Use",
384
+ "description2": "workflow orchestration to complete from spec to estimation with one click.",
385
+ "example1": "You: Develop user authentication feature",
386
+ "step1": "✓ Check project context and available graph snapshots",
387
+ "step2": "✓ Generate feature specification document",
388
+ "step3": "✓ Estimate development workload",
389
+ "step4": "✓ Output complete development plan"
373
390
  },
374
391
  "ui": {
375
392
  "title": "2.2 UI Development Workflow",
@@ -413,15 +430,15 @@
413
430
  },
414
431
  "stage4": {
415
432
  "title": "Stage 4: Bug Fixing",
416
- "bugfix": {
417
- "title": "4.1 Systematic Bug Fix (Recommended)",
418
- "description": "Use",
419
- "description2": "workflow for one-stop solution from analysis to testing.",
420
- "example1": "You: Login function is throwing an error",
421
- "step1": "✓ Check project context",
422
- "step2": "✓ Analyze error cause",
423
- "step3": "✓ Locate problem code",
424
- "step4": "✓ Provide fix solution",
433
+ "bugfix": {
434
+ "title": "4.1 Systematic Bug Fix (Recommended)",
435
+ "description": "Use",
436
+ "description2": "workflow for one-stop solution from analysis to testing.",
437
+ "example1": "You: Login function is throwing an error",
438
+ "step1": "✓ Check project context and available graph snapshots",
439
+ "step2": "✓ Analyze error cause",
440
+ "step3": "✓ Locate problem code",
441
+ "step4": "✓ Provide fix solution",
425
442
  "step5": "✓ Generate test cases"
426
443
  },
427
444
  "quick": {
@@ -516,3 +533,4 @@
516
533
  }
517
534
  }
518
535
  }
536
+
package/docs/i18n/ja.json CHANGED
@@ -14,21 +14,21 @@
14
14
  "hero": {
15
15
  "title": "🚀 MCP Probe Kit",
16
16
  "subtitle": "AI開発強化ツールキット · ドキュメントセンター",
17
- "version": "v3.0.7",
17
+ "version": "v3.0.9",
18
18
  "quickStart": "クイックスタート",
19
19
  "visitMainSite": "ByteZoneXを訪問"
20
20
  },
21
21
  "sections": {
22
22
  "quickStart": {
23
23
  "title": "クイックスタート",
24
- "description": "5分でMCP Probe Kit v3.0.7を始める",
24
+ "description": "5分でMCP Probe Kit v3.0.9を始める",
25
25
  "installConfig": "インストールと設定"
26
26
  },
27
- "tools": {
28
- "title": "ツールドキュメント",
29
- "description": "22の実用的なツールの完全なリファレンス",
30
- "allTools": "すべてのツール"
31
- },
27
+ "tools": {
28
+ "title": "ツールドキュメント",
29
+ "description": "22の実用的なツールの完全なリファレンス。コードグラフ洞察とオーケストレーションを含む",
30
+ "allTools": "すべてのツール"
31
+ },
32
32
  "guides": {
33
33
  "title": "ガイド",
34
34
  "description": "移行ガイドとベストプラクティス",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "gettingStarted": {
65
65
  "title": "インストールと設定",
66
- "subtitle": "5分でMCP Probe Kit v3.0.7を始める。Cursor、Cline、Claude Desktopをサポート",
66
+ "subtitle": "5分でMCP Probe Kit v3.0.9を始める。Cursor、Cline、Claude Desktopをサポート",
67
67
  "breadcrumb": {
68
68
  "home": "ドキュメント",
69
69
  "quickStart": "クイックスタート",
@@ -202,19 +202,23 @@
202
202
  "startProduct": "製品設計ワークフロー",
203
203
  "startRalph": "Ralph Loop自動化開発"
204
204
  },
205
- "uiTools": {
206
- "title": "3. 新しいUI/UXツールセット",
207
- "description": "完全なUI/UXツールチェーン:",
208
- "designSystem": "インテリジェントデザインシステムジェネレーター",
209
- "uiSearch": "UI/UXデータベース検索",
210
- "syncUiData": "UI/UXデータ同期",
211
- "componentCatalog": "コンポーネントカタログ初期化",
212
- "renderUi": "UIレンダリングエンジン"
213
- },
214
- "structuredOutput": {
215
- "title": "4. 構造化出力のアップグレード",
216
- "description": "コアおよびオーケストレーションツールは構造化出力を優先し、一貫性のある予測可能な出力形式で、ツールの連携と状態追跡を容易にします。"
217
- }
205
+ "uiTools": {
206
+ "title": "3. 新しいUI/UXツールセット",
207
+ "description": "完全なUI/UXツールチェーン:",
208
+ "designSystem": "インテリジェントデザインシステムジェネレーター",
209
+ "uiSearch": "UI/UXデータベース検索",
210
+ "syncUiData": "UI/UXデータ同期",
211
+ "componentCatalog": "コンポーネントカタログ初期化",
212
+ "renderUi": "UIレンダリングエンジン"
213
+ },
214
+ "codeInsight": {
215
+ "title": "4. 新しいコードグラフ洞察",
216
+ "description": "code_insight で GitNexus をブリッジし、呼び出し連鎖・コンテキスト・影響範囲を分析し、graphContext を start_feature/start_bugfix に渡せます。"
217
+ },
218
+ "structuredOutput": {
219
+ "title": "5. 構造化出力のアップグレード",
220
+ "description": "コアおよびオーケストレーションツールは構造化出力を優先し、一貫性のある予測可能な出力形式で、ツールの連携と状態追跡を容易にします。"
221
+ }
218
222
  },
219
223
  "steps": {
220
224
  "title": "移行手順",
@@ -345,31 +349,44 @@
345
349
  "q4": "- 認証コードは必要ですか?",
346
350
  "generate": "→ 生成:インタビュー記録ドキュメント"
347
351
  },
348
- "estimate": {
349
- "title": "1.3 作業量見積もり",
350
- "description": "使用",
351
- "description2": "ツールで開発時間とリソースを見積もり。",
352
- "task": "ユーザー認証機能を実装",
353
- "output": "→ 出力:",
354
- "sp": "- ストーリーポイント:8 SP",
355
- "time": "- 時間範囲:楽観的 3日 / 通常 5日 / 悲観的 8日",
356
- "risk": "- リスク:サードパーティログイン統合が遅延する可能性"
357
- }
358
- },
352
+ "estimate": {
353
+ "title": "1.3 作業量見積もり",
354
+ "description": "使用",
355
+ "description2": "ツールで開発時間とリソースを見積もり。",
356
+ "task": "ユーザー認証機能を実装",
357
+ "output": "→ 出力:",
358
+ "sp": "- ストーリーポイント:8 SP",
359
+ "time": "- 時間範囲:楽観的 3日 / 通常 5日 / 悲観的 8日",
360
+ "risk": "- リスク:サードパーティログイン統合が遅延する可能性"
361
+ },
362
+ "codeInsight": {
363
+ "title": "1.4 既存コードグラフの洞察",
364
+ "description": "使用",
365
+ "description2": "呼び出し連鎖、コンテキスト、影響範囲を素早く分析し、その結果を start_feature/start_bugfix に渡します。",
366
+ "example1": "あなた: ログインとトークン更新の呼び出し連鎖を分析し、どのモジュールに影響するか教えてください",
367
+ "goal": "既存のログインとトークン更新フローを見つける",
368
+ "taskContext": "認証モジュールを変更する準備",
369
+ "output": "→ 出力:",
370
+ "item1": "- 関連する実行フロー / 呼び出し連鎖",
371
+ "item2": "- 重要なシンボルとファイル位置",
372
+ "item3": "- _meta.graph.snapshotUri / markdownFilePath",
373
+ "item4": "- start_feature / start_bugfix に渡せる graphContext"
374
+ }
375
+ },
359
376
  "common": {
360
377
  "bestPractice": "ベストプラクティス"
361
378
  },
362
379
  "stage2": {
363
380
  "title": "ステージ 2:機能開発",
364
- "workflow": {
365
- "title": "2.1 完全な機能開発ワークフロー(推奨)",
366
- "description": "使用",
367
- "description2": "ワークフローオーケストレーションで、仕様から見積もりまでワンクリックで完了。",
368
- "example1": "あなた: ユーザー認証機能を開発",
369
- "step1": "✓ プロジェクトコンテキストを確認",
370
- "step2": "✓ 機能仕様ドキュメント生成",
371
- "step3": "✓ 開発作業量を見積もり",
372
- "step4": "✓ 完全な開発計画を出力"
381
+ "workflow": {
382
+ "title": "2.1 完全な機能開発ワークフロー(推奨)",
383
+ "description": "使用",
384
+ "description2": "ワークフローオーケストレーションで、仕様から見積もりまでワンクリックで完了。",
385
+ "example1": "あなた: ユーザー認証機能を開発",
386
+ "step1": "✓ プロジェクトコンテキストと利用可能なグラフスナップショットを確認",
387
+ "step2": "✓ 機能仕様ドキュメント生成",
388
+ "step3": "✓ 開発作業量を見積もり",
389
+ "step4": "✓ 完全な開発計画を出力"
373
390
  },
374
391
  "ui": {
375
392
  "title": "2.2 UI開発ワークフロー",
@@ -413,15 +430,15 @@
413
430
  },
414
431
  "stage4": {
415
432
  "title": "ステージ 4:バグ修正",
416
- "bugfix": {
417
- "title": "4.1 体系的なバグ修正(推奨)",
418
- "description": "使用",
419
- "description2": "ワークフローで、分析からテストまでワンストップソリューション。",
420
- "example1": "あなた: ログイン機能がエラーを出しています",
421
- "step1": "✓ プロジェクトコンテキストを確認",
422
- "step2": "✓ エラー原因を分析",
423
- "step3": "✓ 問題コードを特定",
424
- "step4": "✓ 修正案を提供",
433
+ "bugfix": {
434
+ "title": "4.1 体系的なバグ修正(推奨)",
435
+ "description": "使用",
436
+ "description2": "ワークフローで、分析からテストまでワンストップソリューション。",
437
+ "example1": "あなた: ログイン機能がエラーを出しています",
438
+ "step1": "✓ プロジェクトコンテキストと利用可能なグラフスナップショットを確認",
439
+ "step2": "✓ エラー原因を分析",
440
+ "step3": "✓ 問題コードを特定",
441
+ "step4": "✓ 修正案を提供",
425
442
  "step5": "✓ テストケースを生成"
426
443
  },
427
444
  "quick": {
@@ -516,3 +533,4 @@
516
533
  }
517
534
  }
518
535
  }
536
+
package/docs/i18n/ko.json CHANGED
@@ -14,21 +14,21 @@
14
14
  "hero": {
15
15
  "title": "🚀 MCP Probe Kit",
16
16
  "subtitle": "AI 개발 강화 툴킷 · 문서 센터",
17
- "version": "v3.0.7",
17
+ "version": "v3.0.9",
18
18
  "quickStart": "빠른 시작",
19
19
  "visitMainSite": "ByteZoneX 방문"
20
20
  },
21
21
  "sections": {
22
22
  "quickStart": {
23
23
  "title": "빠른 시작",
24
- "description": "5분 안에 MCP Probe Kit v3.0.7 시작하기",
24
+ "description": "5분 안에 MCP Probe Kit v3.0.9 시작하기",
25
25
  "installConfig": "설치 및 구성"
26
26
  },
27
- "tools": {
28
- "title": "도구 문서",
29
- "description": "22개 실용 도구의 완전한 참조",
30
- "allTools": "모든 도구"
31
- },
27
+ "tools": {
28
+ "title": "도구 문서",
29
+ "description": "22개 실용 도구의 완전한 참조. 코드 그래프 인사이트와 오케스트레이션 포함",
30
+ "allTools": "모든 도구"
31
+ },
32
32
  "guides": {
33
33
  "title": "가이드",
34
34
  "description": "마이그레이션 가이드 및 모범 사례",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "gettingStarted": {
65
65
  "title": "설치 및 구성",
66
- "subtitle": "5분 안에 MCP Probe Kit v3.0.7 시작하기. Cursor, Cline, Claude Desktop 지원",
66
+ "subtitle": "5분 안에 MCP Probe Kit v3.0.9 시작하기. Cursor, Cline, Claude Desktop 지원",
67
67
  "breadcrumb": {
68
68
  "home": "문서",
69
69
  "quickStart": "빠른 시작",
@@ -202,19 +202,23 @@
202
202
  "startProduct": "제품 설계 워크플로",
203
203
  "startRalph": "Ralph Loop 자동화 개발"
204
204
  },
205
- "uiTools": {
206
- "title": "3. 새로운 UI/UX 도구 세트",
207
- "description": "완전한 UI/UX 도구 체인:",
208
- "designSystem": "지능형 디자인 시스템 생성기",
209
- "uiSearch": "UI/UX 데이터베이스 검색",
210
- "syncUiData": "UI/UX 데이터 동기화",
211
- "componentCatalog": "컴포넌트 카탈로그 초기화",
212
- "renderUi": "UI 렌더링 엔진"
213
- },
214
- "structuredOutput": {
215
- "title": "4. 구조화된 출력 업그레이드",
216
- "description": "핵심 오케스트레이션 도구는 구조화된 출력을 우선시하며, 일관되고 예측 가능한 출력 형식으로 도구 연결 상태 추적을 용이하게 합니다."
217
- }
205
+ "uiTools": {
206
+ "title": "3. 새로운 UI/UX 도구 세트",
207
+ "description": "완전한 UI/UX 도구 체인:",
208
+ "designSystem": "지능형 디자인 시스템 생성기",
209
+ "uiSearch": "UI/UX 데이터베이스 검색",
210
+ "syncUiData": "UI/UX 데이터 동기화",
211
+ "componentCatalog": "컴포넌트 카탈로그 초기화",
212
+ "renderUi": "UI 렌더링 엔진"
213
+ },
214
+ "codeInsight": {
215
+ "title": "4. 새로운 코드 그래프 인사이트",
216
+ "description": "code_insight GitNexus 브리지하여 호출 체인, 컨텍스트, 영향 범위를 분석하고 graphContext start_feature/start_bugfix 넘길 있습니다."
217
+ },
218
+ "structuredOutput": {
219
+ "title": "5. 구조화된 출력 업그레이드",
220
+ "description": "핵심 및 오케스트레이션 도구는 구조화된 출력을 우선시하며, 일관되고 예측 가능한 출력 형식으로 도구 연결 및 상태 추적을 용이하게 합니다."
221
+ }
218
222
  },
219
223
  "steps": {
220
224
  "title": "마이그레이션 단계",
@@ -345,31 +349,44 @@
345
349
  "q4": "- 인증 코드가 필요한가요?",
346
350
  "generate": "→ 생성:인터뷰 기록 문서"
347
351
  },
348
- "estimate": {
349
- "title": "1.3 작업량 추정",
350
- "description": "사용",
351
- "description2": "도구로 개발 시간과 리소스 추정.",
352
- "task": "사용자 인증 기능 구현",
353
- "output": "→ 출력:",
354
- "sp": "- 스토리 포인트: 8 SP",
355
- "time": "- 시간 범위: 낙관적 3일 / 정상 5일 / 비관적 8일",
356
- "risk": "- 위험: 제3자 로그인 통합이 지연될 수 있음"
357
- }
358
- },
352
+ "estimate": {
353
+ "title": "1.3 작업량 추정",
354
+ "description": "사용",
355
+ "description2": "도구로 개발 시간과 리소스 추정.",
356
+ "task": "사용자 인증 기능 구현",
357
+ "output": "→ 출력:",
358
+ "sp": "- 스토리 포인트: 8 SP",
359
+ "time": "- 시간 범위: 낙관적 3일 / 정상 5일 / 비관적 8일",
360
+ "risk": "- 위험: 제3자 로그인 통합이 지연될 수 있음"
361
+ },
362
+ "codeInsight": {
363
+ "title": "1.4 기존 코드 그래프 인사이트",
364
+ "description": "사용",
365
+ "description2": "호출 체인, 컨텍스트, 영향 범위를 빠르게 분석하고 그 결과를 start_feature/start_bugfix 에 전달합니다.",
366
+ "example1": "당신: 로그인과 토큰 갱신 호출 체인을 분석해서 어떤 모듈이 영향받는지 알려주세요",
367
+ "goal": "기존 로그인 및 토큰 갱신 흐름 찾기",
368
+ "taskContext": "인증 모듈 수정 준비",
369
+ "output": "→ 출력:",
370
+ "item1": "- 관련 실행 흐름 / 호출 체인",
371
+ "item2": "- 핵심 심볼과 파일 위치",
372
+ "item3": "- _meta.graph.snapshotUri / markdownFilePath",
373
+ "item4": "- start_feature / start_bugfix 에 전달 가능한 graphContext"
374
+ }
375
+ },
359
376
  "common": {
360
377
  "bestPractice": "모범 사례"
361
378
  },
362
379
  "stage2": {
363
380
  "title": "단계 2: 기능 개발",
364
- "workflow": {
365
- "title": "2.1 완전한 기능 개발 워크플로우 (권장)",
366
- "description": "사용",
367
- "description2": "워크플로우 오케스트레이션으로 사양에서 추정까지 원클릭 완료.",
368
- "example1": "당신: 사용자 인증 기능 개발",
369
- "step1": "✓ 프로젝트 컨텍스트 확인",
370
- "step2": "✓ 기능 사양 문서 생성",
371
- "step3": "✓ 개발 작업량 추정",
372
- "step4": "✓ 완전한 개발 계획 출력"
381
+ "workflow": {
382
+ "title": "2.1 완전한 기능 개발 워크플로우 (권장)",
383
+ "description": "사용",
384
+ "description2": "워크플로우 오케스트레이션으로 사양에서 추정까지 원클릭 완료.",
385
+ "example1": "당신: 사용자 인증 기능 개발",
386
+ "step1": "✓ 프로젝트 컨텍스트와 사용 가능한 그래프 스냅샷 확인",
387
+ "step2": "✓ 기능 사양 문서 생성",
388
+ "step3": "✓ 개발 작업량 추정",
389
+ "step4": "✓ 완전한 개발 계획 출력"
373
390
  },
374
391
  "ui": {
375
392
  "title": "2.2 UI 개발 워크플로우",
@@ -413,15 +430,15 @@
413
430
  },
414
431
  "stage4": {
415
432
  "title": "단계 4: 버그 수정",
416
- "bugfix": {
417
- "title": "4.1 체계적인 버그 수정 (권장)",
418
- "description": "사용",
419
- "description2": "워크플로우로 분석에서 테스트까지 원스톱 솔루션.",
420
- "example1": "당신: 로그인 기능에서 오류가 발생했습니다",
421
- "step1": "✓ 프로젝트 컨텍스트 확인",
422
- "step2": "✓ 오류 원인 분석",
423
- "step3": "✓ 문제 코드 위치 파악",
424
- "step4": "✓ 수정 방안 제공",
433
+ "bugfix": {
434
+ "title": "4.1 체계적인 버그 수정 (권장)",
435
+ "description": "사용",
436
+ "description2": "워크플로우로 분석에서 테스트까지 원스톱 솔루션.",
437
+ "example1": "당신: 로그인 기능에서 오류가 발생했습니다",
438
+ "step1": "✓ 프로젝트 컨텍스트와 사용 가능한 그래프 스냅샷 확인",
439
+ "step2": "✓ 오류 원인 분석",
440
+ "step3": "✓ 문제 코드 위치 파악",
441
+ "step4": "✓ 수정 방안 제공",
425
442
  "step5": "✓ 테스트 케이스 생성"
426
443
  },
427
444
  "quick": {
@@ -516,3 +533,4 @@
516
533
  }
517
534
  }
518
535
  }
536
+
@@ -14,21 +14,21 @@
14
14
  "hero": {
15
15
  "title": "🚀 MCP Probe Kit",
16
16
  "subtitle": "AI 开发增强工具集 · 文档中心",
17
- "version": "v3.0.7",
17
+ "version": "v3.0.9",
18
18
  "quickStart": "快速开始",
19
19
  "visitMainSite": "访问主站 ByteZoneX"
20
20
  },
21
21
  "sections": {
22
22
  "quickStart": {
23
23
  "title": "快速开始",
24
- "description": "5 分钟快速上手 MCP Probe Kit v3.0.7",
24
+ "description": "5 分钟快速上手 MCP Probe Kit v3.0.9",
25
25
  "installConfig": "安装配置"
26
26
  },
27
- "tools": {
28
- "title": "工具文档",
29
- "description": "22 个实用工具的完整参考",
30
- "allTools": "所有工具"
31
- },
27
+ "tools": {
28
+ "title": "工具文档",
29
+ "description": "22 个实用工具的完整参考,含图谱洞察与编排工作流",
30
+ "allTools": "所有工具"
31
+ },
32
32
  "guides": {
33
33
  "title": "指南",
34
34
  "description": "迁移指南和最佳实践",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "gettingStarted": {
65
65
  "title": "安装配置",
66
- "subtitle": "5 分钟快速上手 MCP Probe Kit v3.0.7,支持 Cursor、Cline 和 Claude Desktop",
66
+ "subtitle": "5 分钟快速上手 MCP Probe Kit v3.0.9,支持 Cursor、Cline 和 Claude Desktop",
67
67
  "breadcrumb": {
68
68
  "home": "文档首页",
69
69
  "quickStart": "快速开始",
@@ -202,19 +202,23 @@
202
202
  "startProduct": "产品设计工作流",
203
203
  "startRalph": "Ralph Loop 自动化开发"
204
204
  },
205
- "uiTools": {
206
- "title": "3. 新增 UI/UX 工具集",
207
- "description": "完整的 UI/UX 工具链:",
208
- "designSystem": "智能设计系统生成器",
209
- "uiSearch": "UI/UX 数据库搜索",
210
- "syncUiData": "UI/UX 数据同步",
211
- "componentCatalog": "组件目录初始化",
212
- "renderUi": "UI 渲染引擎"
213
- },
214
- "structuredOutput": {
215
- "title": "4. 结构化输出升级",
216
- "description": "核心与编排工具优先支持结构化输出,输出格式一致、可预测,便于工具串联与状态追踪。"
217
- }
205
+ "uiTools": {
206
+ "title": "3. 新增 UI/UX 工具集",
207
+ "description": "完整的 UI/UX 工具链:",
208
+ "designSystem": "智能设计系统生成器",
209
+ "uiSearch": "UI/UX 数据库搜索",
210
+ "syncUiData": "UI/UX 数据同步",
211
+ "componentCatalog": "组件目录初始化",
212
+ "renderUi": "UI 渲染引擎"
213
+ },
214
+ "codeInsight": {
215
+ "title": "4. 新增代码图谱洞察",
216
+ "description": "通过 code_insight 桥接 GitNexus,分析调用链、上下文和影响范围,并为 start_feature/start_bugfix 提供 graphContext 增强。"
217
+ },
218
+ "structuredOutput": {
219
+ "title": "5. 结构化输出升级",
220
+ "description": "核心与编排工具优先支持结构化输出,输出格式一致、可预测,便于工具串联与状态追踪。"
221
+ }
218
222
  },
219
223
  "steps": {
220
224
  "title": "迁移步骤",
@@ -345,31 +349,44 @@
345
349
  "q4": "- 是否需要验证码?",
346
350
  "generate": "→ 生成:访谈记录文档"
347
351
  },
348
- "estimate": {
349
- "title": "1.3 工作量估算",
350
- "description": "使用",
351
- "description2": "工具估算开发时间和资源。",
352
- "task": "实现用户认证功能",
353
- "output": "→ 输出:",
354
- "sp": "- 故事点:8 SP",
355
- "time": "- 时间范围:乐观 3天 / 正常 5天 / 悲观 8天",
356
- "risk": "- 风险点:第三方登录集成可能延期"
357
- }
358
- },
352
+ "estimate": {
353
+ "title": "1.3 工作量估算",
354
+ "description": "使用",
355
+ "description2": "工具估算开发时间和资源。",
356
+ "task": "实现用户认证功能",
357
+ "output": "→ 输出:",
358
+ "sp": "- 故事点:8 SP",
359
+ "time": "- 时间范围:乐观 3天 / 正常 5天 / 悲观 8天",
360
+ "risk": "- 风险点:第三方登录集成可能延期"
361
+ },
362
+ "codeInsight": {
363
+ "title": "1.4 现有代码图谱洞察",
364
+ "description": "使用",
365
+ "description2": "快速分析调用链、上下文和影响范围,并为后续 start_feature/start_bugfix 提供图谱上下文。",
366
+ "example1": "你: 请分析登录与 token 刷新相关的调用链,看看改动会影响哪些模块",
367
+ "goal": "找出现有登录与 token 刷新流程",
368
+ "taskContext": "准备修改认证模块",
369
+ "output": "→ 输出:",
370
+ "item1": "- 相关执行流 / 调用链",
371
+ "item2": "- 关键符号与文件位置",
372
+ "item3": "- _meta.graph.snapshotUri / markdownFilePath",
373
+ "item4": "- 可继续用于 start_feature / start_bugfix 的 graphContext"
374
+ }
375
+ },
359
376
  "common": {
360
377
  "bestPractice": "最佳实践"
361
378
  },
362
379
  "stage2": {
363
380
  "title": "阶段 2:功能开发",
364
- "workflow": {
365
- "title": "2.1 完整功能开发流程(推荐)",
366
- "description": "使用",
367
- "description2": "工作流编排,一键完成从规格到估算。",
368
- "example1": "你: 开发用户认证功能",
369
- "step1": "✓ 检查项目上下文",
370
- "step2": "✓ 生成功能规格文档",
371
- "step3": "✓ 估算开发工作量",
372
- "step4": "✓ 输出完整开发计划"
381
+ "workflow": {
382
+ "title": "2.1 完整功能开发流程(推荐)",
383
+ "description": "使用",
384
+ "description2": "工作流编排,一键完成从规格到估算。",
385
+ "example1": "你: 开发用户认证功能",
386
+ "step1": "✓ 检查项目上下文与可用图谱快照",
387
+ "step2": "✓ 生成功能规格文档",
388
+ "step3": "✓ 估算开发工作量",
389
+ "step4": "✓ 输出完整开发计划"
373
390
  },
374
391
  "ui": {
375
392
  "title": "2.2 UI 开发流程",
@@ -413,15 +430,15 @@
413
430
  },
414
431
  "stage4": {
415
432
  "title": "阶段 4:Bug 修复",
416
- "bugfix": {
417
- "title": "4.1 系统化 Bug 修复(推荐)",
418
- "description": "使用",
419
- "description2": "工作流,从分析到测试一站式解决。",
420
- "example1": "你: 登录功能报错了",
421
- "step1": "✓ 检查项目上下文",
422
- "step2": "✓ 分析错误原因",
423
- "step3": "✓ 定位问题代码",
424
- "step4": "✓ 提供修复方案",
433
+ "bugfix": {
434
+ "title": "4.1 系统化 Bug 修复(推荐)",
435
+ "description": "使用",
436
+ "description2": "工作流,从分析到测试一站式解决。",
437
+ "example1": "你: 登录功能报错了",
438
+ "step1": "✓ 检查项目上下文与可用图谱快照",
439
+ "step2": "✓ 分析错误原因",
440
+ "step3": "✓ 定位问题代码",
441
+ "step4": "✓ 提供修复方案",
425
442
  "step5": "✓ 生成测试用例"
426
443
  },
427
444
  "quick": {
@@ -516,3 +533,4 @@
516
533
  }
517
534
  }
518
535
  }
536
+
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.7</div>
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.9</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.7</p>
205
+ <p class="text-text-secondary text-sm mb-4 leading-relaxed" data-i18n="sections.quickStart.description">5 分钟快速上手 MCP Probe Kit v3.0.9</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 个实用工具的完整参考</p>
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.7</span>
159
+ <span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.9</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.7</span>
164
+ <span>📦 v3.0.9</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
+
@@ -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.7</span>
151
+ <span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.9</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
- </section>
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">- 可继续用于 start_feature / start_bugfix 的 graphContext</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">✓ 检查项目上下文</span>
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">✓ 检查项目上下文</span>
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.7,支持 Cursor、Cline 和 Claude Desktop</p>
157
+ <p class="text-sm sm:text-base text-text-secondary" data-i18n="gettingStarted.subtitle">5 分钟快速上手 MCP Probe Kit v3.0.9,支持 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.7</span>
159
+ <span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.9</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.7</span>
151
+ <span class="bg-blue-100 text-blue-700 px-2 py-0.5 rounded">v3.0.9</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.structuredOutput.title">4. 结构化输出升级</span>
212
- </h3>
213
- <p class="text-text-secondary text-sm pl-7" data-i18n="migration.changes.structuredOutput.description">核心与编排工具优先支持结构化输出,输出格式一致、可预测,便于工具串联与状态追踪。</p>
214
- </div>
215
- </section>
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 桥接 GitNexus,分析调用链、上下文和影响范围,并为 start_feature/start_bugfix 提供 graphContext 增强。</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.8",
3
+ "version": "3.0.9",
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,3 +77,4 @@
77
77
  "vitest": "^4.0.18"
78
78
  }
79
79
  }
80
+