|
14 | 14 | "hero": { |
15 | 15 | "title": "🚀 MCP Probe Kit", |
16 | 16 | "subtitle": "AI Development Enhancement Toolkit · Documentation Center", |
17 | | - "version": "v3.0.8", |
| 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.8 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 | 27 | "tools": { |
28 | 28 | "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", |
30 | 30 | "allTools": "All Tools" |
31 | 31 | }, |
32 | 32 | "guides": { |
|
63 | 63 | }, |
64 | 64 | "gettingStarted": { |
65 | 65 | "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", |
67 | 67 | "breadcrumb": { |
68 | 68 | "home": "Documentation", |
69 | 69 | "quickStart": "Quick Start", |
|
211 | 211 | "componentCatalog": "Component catalog initialization", |
212 | 212 | "renderUi": "UI rendering engine" |
213 | 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 | + }, |
214 | 218 | "structuredOutput": { |
215 | | - "title": "4. Structured Output Upgrade", |
| 219 | + "title": "5. Structured Output Upgrade", |
216 | 220 | "description": "Core and orchestration tools prioritize structured output, consistent and predictable output format, facilitating tool chaining and state tracking." |
217 | 221 | } |
218 | 222 | }, |
|
354 | 358 | "sp": "- Story Points: 8 SP", |
355 | 359 | "time": "- Time Range: Optimistic 3 days / Normal 5 days / Pessimistic 8 days", |
356 | 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" |
357 | 374 | } |
358 | 375 | }, |
359 | 376 | "common": { |
|
366 | 383 | "description": "Use", |
367 | 384 | "description2": "workflow orchestration to complete from spec to estimation with one click.", |
368 | 385 | "example1": "You: Develop user authentication feature", |
369 | | - "step1": "✓ Check project context", |
| 386 | + "step1": "✓ Check project context and available graph snapshots", |
370 | 387 | "step2": "✓ Generate feature specification document", |
371 | 388 | "step3": "✓ Estimate development workload", |
372 | 389 | "step4": "✓ Output complete development plan" |
|
418 | 435 | "description": "Use", |
419 | 436 | "description2": "workflow for one-stop solution from analysis to testing.", |
420 | 437 | "example1": "You: Login function is throwing an error", |
421 | | - "step1": "✓ Check project context", |
| 438 | + "step1": "✓ Check project context and available graph snapshots", |
422 | 439 | "step2": "✓ Analyze error cause", |
423 | 440 | "step3": "✓ Locate problem code", |
424 | 441 | "step4": "✓ Provide fix solution", |
|
516 | 533 | } |
517 | 534 | } |
518 | 535 | } |
| 536 | + |
0 commit comments