Skip to content

Commit f5557ce

Browse files
committed
release: v3.0.9
1 parent 5398e09 commit f5557ce

14 files changed

Lines changed: 162 additions & 49 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ A powerful MCP (Model Context Protocol) server providing **22 tools** covering t
6565
### 🧠 Code Graph Bridge (GitNexus)
6666

6767
- `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
6869
- `start_feature` and `start_bugfix` automatically enrich plans with graph context when available
6970
- If GitNexus is unavailable, the server falls back automatically without breaking orchestration
7071
- Graph snapshots are exposed as resources (`probe://graph/latest`, `probe://graph/history`, `probe://graph/latest.md`)

docs/i18n/en.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"hero": {
1515
"title": "🚀 MCP Probe Kit",
1616
"subtitle": "AI Development Enhancement Toolkit · Documentation Center",
17-
"version": "v3.0.8",
17+
"version": "v3.0.9",
1818
"quickStart": "Quick Start",
1919
"visitMainSite": "Visit ByteZoneX"
2020
},
2121
"sections": {
2222
"quickStart": {
2323
"title": "Quick Start",
24-
"description": "Get started with MCP Probe Kit v3.0.8 in 5 minutes",
24+
"description": "Get started with MCP Probe Kit v3.0.9 in 5 minutes",
2525
"installConfig": "Installation & Configuration"
2626
},
2727
"tools": {
2828
"title": "Tools Documentation",
29-
"description": "Complete reference for 22 practical tools",
29+
"description": "Complete reference for 22 practical tools, including code graph insight and orchestration workflows",
3030
"allTools": "All Tools"
3131
},
3232
"guides": {
@@ -63,7 +63,7 @@
6363
},
6464
"gettingStarted": {
6565
"title": "Installation & Configuration",
66-
"subtitle": "Get started with MCP Probe Kit v3.0.8 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",
6767
"breadcrumb": {
6868
"home": "Documentation",
6969
"quickStart": "Quick Start",
@@ -211,8 +211,12 @@
211211
"componentCatalog": "Component catalog initialization",
212212
"renderUi": "UI rendering engine"
213213
},
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+
},
214218
"structuredOutput": {
215-
"title": "4. Structured Output Upgrade",
219+
"title": "5. Structured Output Upgrade",
216220
"description": "Core and orchestration tools prioritize structured output, consistent and predictable output format, facilitating tool chaining and state tracking."
217221
}
218222
},
@@ -354,6 +358,19 @@
354358
"sp": "- Story Points: 8 SP",
355359
"time": "- Time Range: Optimistic 3 days / Normal 5 days / Pessimistic 8 days",
356360
"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"
357374
}
358375
},
359376
"common": {
@@ -366,7 +383,7 @@
366383
"description": "Use",
367384
"description2": "workflow orchestration to complete from spec to estimation with one click.",
368385
"example1": "You: Develop user authentication feature",
369-
"step1": "✓ Check project context",
386+
"step1": "✓ Check project context and available graph snapshots",
370387
"step2": "✓ Generate feature specification document",
371388
"step3": "✓ Estimate development workload",
372389
"step4": "✓ Output complete development plan"
@@ -418,7 +435,7 @@
418435
"description": "Use",
419436
"description2": "workflow for one-stop solution from analysis to testing.",
420437
"example1": "You: Login function is throwing an error",
421-
"step1": "✓ Check project context",
438+
"step1": "✓ Check project context and available graph snapshots",
422439
"step2": "✓ Analyze error cause",
423440
"step3": "✓ Locate problem code",
424441
"step4": "✓ Provide fix solution",
@@ -516,3 +533,4 @@
516533
}
517534
}
518535
}
536+

docs/i18n/ja.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"hero": {
1515
"title": "🚀 MCP Probe Kit",
1616
"subtitle": "AI開発強化ツールキット · ドキュメントセンター",
17-
"version": "v3.0.8",
17+
"version": "v3.0.9",
1818
"quickStart": "クイックスタート",
1919
"visitMainSite": "ByteZoneXを訪問"
2020
},
2121
"sections": {
2222
"quickStart": {
2323
"title": "クイックスタート",
24-
"description": "5分でMCP Probe Kit v3.0.8を始める",
24+
"description": "5分でMCP Probe Kit v3.0.9を始める",
2525
"installConfig": "インストールと設定"
2626
},
2727
"tools": {
2828
"title": "ツールドキュメント",
29-
"description": "22の実用的なツールの完全なリファレンス",
29+
"description": "22の実用的なツールの完全なリファレンス。コードグラフ洞察とオーケストレーションを含む",
3030
"allTools": "すべてのツール"
3131
},
3232
"guides": {
@@ -63,7 +63,7 @@
6363
},
6464
"gettingStarted": {
6565
"title": "インストールと設定",
66-
"subtitle": "5分でMCP Probe Kit v3.0.8を始める。Cursor、Cline、Claude Desktopをサポート",
66+
"subtitle": "5分でMCP Probe Kit v3.0.9を始める。Cursor、Cline、Claude Desktopをサポート",
6767
"breadcrumb": {
6868
"home": "ドキュメント",
6969
"quickStart": "クイックスタート",
@@ -211,8 +211,12 @@
211211
"componentCatalog": "コンポーネントカタログ初期化",
212212
"renderUi": "UIレンダリングエンジン"
213213
},
214+
"codeInsight": {
215+
"title": "4. 新しいコードグラフ洞察",
216+
"description": "code_insight で GitNexus をブリッジし、呼び出し連鎖・コンテキスト・影響範囲を分析し、graphContext を start_feature/start_bugfix に渡せます。"
217+
},
214218
"structuredOutput": {
215-
"title": "4. 構造化出力のアップグレード",
219+
"title": "5. 構造化出力のアップグレード",
216220
"description": "コアおよびオーケストレーションツールは構造化出力を優先し、一貫性のある予測可能な出力形式で、ツールの連携と状態追跡を容易にします。"
217221
}
218222
},
@@ -354,6 +358,19 @@
354358
"sp": "- ストーリーポイント:8 SP",
355359
"time": "- 時間範囲:楽観的 3日 / 通常 5日 / 悲観的 8日",
356360
"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"
357374
}
358375
},
359376
"common": {
@@ -366,7 +383,7 @@
366383
"description": "使用",
367384
"description2": "ワークフローオーケストレーションで、仕様から見積もりまでワンクリックで完了。",
368385
"example1": "あなた: ユーザー認証機能を開発",
369-
"step1": "プロジェクトコンテキストを確認",
386+
"step1": "プロジェクトコンテキストと利用可能なグラフスナップショットを確認",
370387
"step2": "✓ 機能仕様ドキュメント生成",
371388
"step3": "✓ 開発作業量を見積もり",
372389
"step4": "✓ 完全な開発計画を出力"
@@ -418,7 +435,7 @@
418435
"description": "使用",
419436
"description2": "ワークフローで、分析からテストまでワンストップソリューション。",
420437
"example1": "あなた: ログイン機能がエラーを出しています",
421-
"step1": "プロジェクトコンテキストを確認",
438+
"step1": "プロジェクトコンテキストと利用可能なグラフスナップショットを確認",
422439
"step2": "✓ エラー原因を分析",
423440
"step3": "✓ 問題コードを特定",
424441
"step4": "✓ 修正案を提供",
@@ -516,3 +533,4 @@
516533
}
517534
}
518535
}
536+

docs/i18n/ko.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"hero": {
1515
"title": "🚀 MCP Probe Kit",
1616
"subtitle": "AI 개발 강화 툴킷 · 문서 센터",
17-
"version": "v3.0.8",
17+
"version": "v3.0.9",
1818
"quickStart": "빠른 시작",
1919
"visitMainSite": "ByteZoneX 방문"
2020
},
2121
"sections": {
2222
"quickStart": {
2323
"title": "빠른 시작",
24-
"description": "5분 안에 MCP Probe Kit v3.0.8 시작하기",
24+
"description": "5분 안에 MCP Probe Kit v3.0.9 시작하기",
2525
"installConfig": "설치 및 구성"
2626
},
2727
"tools": {
2828
"title": "도구 문서",
29-
"description": "22개 실용 도구의 완전한 참조",
29+
"description": "22개 실용 도구의 완전한 참조. 코드 그래프 인사이트와 오케스트레이션 포함",
3030
"allTools": "모든 도구"
3131
},
3232
"guides": {
@@ -63,7 +63,7 @@
6363
},
6464
"gettingStarted": {
6565
"title": "설치 및 구성",
66-
"subtitle": "5분 안에 MCP Probe Kit v3.0.8 시작하기. Cursor, Cline, Claude Desktop 지원",
66+
"subtitle": "5분 안에 MCP Probe Kit v3.0.9 시작하기. Cursor, Cline, Claude Desktop 지원",
6767
"breadcrumb": {
6868
"home": "문서",
6969
"quickStart": "빠른 시작",
@@ -211,8 +211,12 @@
211211
"componentCatalog": "컴포넌트 카탈로그 초기화",
212212
"renderUi": "UI 렌더링 엔진"
213213
},
214+
"codeInsight": {
215+
"title": "4. 새로운 코드 그래프 인사이트",
216+
"description": "code_insight 로 GitNexus 를 브리지하여 호출 체인, 컨텍스트, 영향 범위를 분석하고 graphContext 를 start_feature/start_bugfix 에 넘길 수 있습니다."
217+
},
214218
"structuredOutput": {
215-
"title": "4. 구조화된 출력 업그레이드",
219+
"title": "5. 구조화된 출력 업그레이드",
216220
"description": "핵심 및 오케스트레이션 도구는 구조화된 출력을 우선시하며, 일관되고 예측 가능한 출력 형식으로 도구 연결 및 상태 추적을 용이하게 합니다."
217221
}
218222
},
@@ -354,6 +358,19 @@
354358
"sp": "- 스토리 포인트: 8 SP",
355359
"time": "- 시간 범위: 낙관적 3일 / 정상 5일 / 비관적 8일",
356360
"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"
357374
}
358375
},
359376
"common": {
@@ -366,7 +383,7 @@
366383
"description": "사용",
367384
"description2": "워크플로우 오케스트레이션으로 사양에서 추정까지 원클릭 완료.",
368385
"example1": "당신: 사용자 인증 기능 개발",
369-
"step1": "✓ 프로젝트 컨텍스트 확인",
386+
"step1": "✓ 프로젝트 컨텍스트와 사용 가능한 그래프 스냅샷 확인",
370387
"step2": "✓ 기능 사양 문서 생성",
371388
"step3": "✓ 개발 작업량 추정",
372389
"step4": "✓ 완전한 개발 계획 출력"
@@ -418,7 +435,7 @@
418435
"description": "사용",
419436
"description2": "워크플로우로 분석에서 테스트까지 원스톱 솔루션.",
420437
"example1": "당신: 로그인 기능에서 오류가 발생했습니다",
421-
"step1": "✓ 프로젝트 컨텍스트 확인",
438+
"step1": "✓ 프로젝트 컨텍스트와 사용 가능한 그래프 스냅샷 확인",
422439
"step2": "✓ 오류 원인 분석",
423440
"step3": "✓ 문제 코드 위치 파악",
424441
"step4": "✓ 수정 방안 제공",
@@ -516,3 +533,4 @@
516533
}
517534
}
518535
}
536+

docs/i18n/zh-CN.json

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"hero": {
1515
"title": "🚀 MCP Probe Kit",
1616
"subtitle": "AI 开发增强工具集 · 文档中心",
17-
"version": "v3.0.8",
17+
"version": "v3.0.9",
1818
"quickStart": "快速开始",
1919
"visitMainSite": "访问主站 ByteZoneX"
2020
},
2121
"sections": {
2222
"quickStart": {
2323
"title": "快速开始",
24-
"description": "5 分钟快速上手 MCP Probe Kit v3.0.8",
24+
"description": "5 分钟快速上手 MCP Probe Kit v3.0.9",
2525
"installConfig": "安装配置"
2626
},
2727
"tools": {
2828
"title": "工具文档",
29-
"description": "22 个实用工具的完整参考",
29+
"description": "22 个实用工具的完整参考,含图谱洞察与编排工作流",
3030
"allTools": "所有工具"
3131
},
3232
"guides": {
@@ -63,7 +63,7 @@
6363
},
6464
"gettingStarted": {
6565
"title": "安装配置",
66-
"subtitle": "5 分钟快速上手 MCP Probe Kit v3.0.8,支持 Cursor、Cline 和 Claude Desktop",
66+
"subtitle": "5 分钟快速上手 MCP Probe Kit v3.0.9,支持 Cursor、Cline 和 Claude Desktop",
6767
"breadcrumb": {
6868
"home": "文档首页",
6969
"quickStart": "快速开始",
@@ -211,8 +211,12 @@
211211
"componentCatalog": "组件目录初始化",
212212
"renderUi": "UI 渲染引擎"
213213
},
214+
"codeInsight": {
215+
"title": "4. 新增代码图谱洞察",
216+
"description": "通过 code_insight 桥接 GitNexus,分析调用链、上下文和影响范围,并为 start_feature/start_bugfix 提供 graphContext 增强。"
217+
},
214218
"structuredOutput": {
215-
"title": "4. 结构化输出升级",
219+
"title": "5. 结构化输出升级",
216220
"description": "核心与编排工具优先支持结构化输出,输出格式一致、可预测,便于工具串联与状态追踪。"
217221
}
218222
},
@@ -354,6 +358,19 @@
354358
"sp": "- 故事点:8 SP",
355359
"time": "- 时间范围:乐观 3天 / 正常 5天 / 悲观 8天",
356360
"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"
357374
}
358375
},
359376
"common": {
@@ -366,7 +383,7 @@
366383
"description": "使用",
367384
"description2": "工作流编排,一键完成从规格到估算。",
368385
"example1": "你: 开发用户认证功能",
369-
"step1": "检查项目上下文",
386+
"step1": "检查项目上下文与可用图谱快照",
370387
"step2": "✓ 生成功能规格文档",
371388
"step3": "✓ 估算开发工作量",
372389
"step4": "✓ 输出完整开发计划"
@@ -418,7 +435,7 @@
418435
"description": "使用",
419436
"description2": "工作流,从分析到测试一站式解决。",
420437
"example1": "你: 登录功能报错了",
421-
"step1": "检查项目上下文",
438+
"step1": "检查项目上下文与可用图谱快照",
422439
"step2": "✓ 分析错误原因",
423440
"step3": "✓ 定位问题代码",
424441
"step4": "✓ 提供修复方案",
@@ -516,3 +533,4 @@
516533
}
517534
}
518535
}
536+

0 commit comments

Comments
 (0)