mcp-probe-kit 3.0.16 โ 3.0.18
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 +603 -399
- package/build/index.js +13 -1
- package/build/lib/__tests__/memory-client.unit.test.d.ts +1 -0
- package/build/lib/__tests__/memory-client.unit.test.js +83 -0
- package/build/lib/__tests__/memory-config.unit.test.d.ts +1 -0
- package/build/lib/__tests__/memory-config.unit.test.js +33 -0
- package/build/lib/cursor-history-client.d.ts +54 -0
- package/build/lib/cursor-history-client.js +240 -0
- package/build/lib/gitnexus-bridge.js +6 -8
- package/build/lib/memory-client.d.ts +61 -0
- package/build/lib/memory-client.js +293 -0
- package/build/lib/memory-config.d.ts +14 -0
- package/build/lib/memory-config.js +31 -0
- package/build/lib/memory-orchestration.d.ts +26 -0
- package/build/lib/memory-orchestration.js +65 -0
- package/build/lib/project-detector.js +6 -4
- package/build/lib/workspace-root.d.ts +12 -0
- package/build/lib/workspace-root.js +153 -0
- package/build/resources/ui-ux-data/metadata.json +1 -1
- package/build/schemas/code-analysis-tools.d.ts +1 -1
- package/build/schemas/code-analysis-tools.js +1 -1
- package/build/schemas/index.d.ts +198 -4
- package/build/schemas/index.js +2 -0
- package/build/schemas/memory-tools.d.ts +191 -0
- package/build/schemas/memory-tools.js +106 -0
- package/build/schemas/orchestration-tools.d.ts +3 -3
- package/build/schemas/orchestration-tools.js +3 -3
- package/build/schemas/ui-ux-schemas.d.ts +8 -0
- package/build/schemas/ui-ux-schemas.js +4 -0
- package/build/tools/__tests__/cursor-history.unit.test.d.ts +1 -0
- package/build/tools/__tests__/cursor-history.unit.test.js +87 -0
- package/build/tools/__tests__/memorize_asset.unit.test.d.ts +1 -0
- package/build/tools/__tests__/memorize_asset.unit.test.js +68 -0
- package/build/tools/code_insight.d.ts +20 -0
- package/build/tools/code_insight.js +15 -0
- package/build/tools/cursor_list_conversations.d.ts +7 -0
- package/build/tools/cursor_list_conversations.js +35 -0
- package/build/tools/cursor_read_conversation.d.ts +7 -0
- package/build/tools/cursor_read_conversation.js +36 -0
- package/build/tools/cursor_search_conversations.d.ts +7 -0
- package/build/tools/cursor_search_conversations.js +36 -0
- package/build/tools/index.d.ts +6 -0
- package/build/tools/index.js +7 -0
- package/build/tools/init_project_context.d.ts +20 -1
- package/build/tools/init_project_context.js +114 -99
- package/build/tools/memorize_asset.d.ts +7 -0
- package/build/tools/memorize_asset.js +66 -0
- package/build/tools/read_memory_asset.d.ts +7 -0
- package/build/tools/read_memory_asset.js +26 -0
- package/build/tools/scan_and_extract_patterns.d.ts +27 -0
- package/build/tools/scan_and_extract_patterns.js +346 -0
- package/build/tools/start_bugfix.d.ts +20 -0
- package/build/tools/start_bugfix.js +97 -69
- package/build/tools/start_feature.d.ts +20 -0
- package/build/tools/start_feature.js +61 -31
- package/build/tools/start_onboard.d.ts +20 -0
- package/build/tools/start_onboard.js +15 -0
- package/build/tools/start_ui.d.ts +20 -0
- package/build/tools/start_ui.js +66 -32
- package/docs/data/tools.js +472 -373
- package/docs/i18n/all-tools/en.json +38 -5
- package/docs/i18n/all-tools/ja.json +14 -4
- package/docs/i18n/all-tools/ko.json +13 -3
- package/docs/i18n/all-tools/zh-CN.json +38 -5
- package/docs/i18n/en.json +48 -10
- package/docs/i18n/ja.json +47 -9
- package/docs/i18n/ko.json +47 -9
- package/docs/i18n/zh-CN.json +48 -10
- package/docs/pages/all-tools.html +515 -515
- package/docs/pages/examples.html +661 -661
- package/docs/pages/getting-started.html +673 -582
- package/docs/pages/migration.html +291 -291
- package/package.json +83 -82
- package/docs/debug-i18n.html +0 -163
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
|
-
"title": "All Tools - Complete List of
|
|
4
|
-
"description": "MCP Probe Kit complete tool list: 6 workflow orchestration tools, 4 code analysis tools, 2 Git tools, 1 generation tool, 6 project management tools, 3 UI/UX tools.",
|
|
3
|
+
"title": "All Tools - Complete List of 28 AI Development Tools | MCP Probe Kit",
|
|
4
|
+
"description": "MCP Probe Kit complete tool list: 6 workflow orchestration tools, 4 code analysis tools, 2 Git tools, 1 generation tool, 6 project management tools, 3 UI/UX tools, and 6 memory/Cursor history tools.",
|
|
5
5
|
"keywords": "AI development tools, code generation tools, code review tools, Git automation, UI generation, code refactoring, performance optimization, security scanning"
|
|
6
6
|
},
|
|
7
7
|
"page": {
|
|
8
|
-
"subtitle": "MCP Probe Kit provides
|
|
8
|
+
"subtitle": "MCP Probe Kit provides 28 practical tools with structured output support for core and orchestration tools"
|
|
9
9
|
},
|
|
10
10
|
"search": {
|
|
11
11
|
"placeholder": "๐ Search tool name or description...",
|
|
@@ -40,8 +40,13 @@
|
|
|
40
40
|
"ask_user": "Ask User",
|
|
41
41
|
"ui_design_system": "Design System",
|
|
42
42
|
"ui_search": "Search UI",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
43
|
+
"code_insight": "Code Insight",
|
|
44
|
+
"read_memory_asset": "Read Memory",
|
|
45
|
+
"memorize_asset": "Store Memory",
|
|
46
|
+
"scan_and_extract_patterns": "Extract Patterns",
|
|
47
|
+
"cursor_list_conversations": "List Chats",
|
|
48
|
+
"cursor_search_conversations": "Search Chats",
|
|
49
|
+
"cursor_read_conversation": "Read Chat"
|
|
45
50
|
},
|
|
46
51
|
"categories": {
|
|
47
52
|
"workflow": {
|
|
@@ -67,6 +72,10 @@
|
|
|
67
72
|
"uiux": {
|
|
68
73
|
"title": "UI/UX Design",
|
|
69
74
|
"count": "3 tools"
|
|
75
|
+
},
|
|
76
|
+
"memory": {
|
|
77
|
+
"title": "Memory & Cursor History",
|
|
78
|
+
"count": "6 tools"
|
|
70
79
|
}
|
|
71
80
|
},
|
|
72
81
|
"toolsData": {
|
|
@@ -157,6 +166,30 @@
|
|
|
157
166
|
"code_insight": {
|
|
158
167
|
"description": "Code graph insight tool, bridging GitNexus to analyze call chains, context, and impact (auto-degrades when unavailable)",
|
|
159
168
|
"usage": "Refresh the GitNexus index, perform task-level call-chain/context/impact analysis, and persist results to docs/graph-insights plus the project-context index"
|
|
169
|
+
},
|
|
170
|
+
"read_memory_asset": {
|
|
171
|
+
"description": "Read the full content and metadata of a stored memory asset by asset ID",
|
|
172
|
+
"usage": "Use this after a workflow or search result already found a memory summary and you need the full reusable artifact"
|
|
173
|
+
},
|
|
174
|
+
"memorize_asset": {
|
|
175
|
+
"description": "Persist high-value code, spec, or pattern assets into the vector memory system for later reuse",
|
|
176
|
+
"usage": "Use after implementation to store reusable assets into the Qdrant + embedding memory backend"
|
|
177
|
+
},
|
|
178
|
+
"scan_and_extract_patterns": {
|
|
179
|
+
"description": "Extract reusable patterns from a code snippet, file, or directory before deciding whether to store them into memory",
|
|
180
|
+
"usage": "Use for pattern mining first, then optionally follow with memorize_asset to persist the best candidates"
|
|
181
|
+
},
|
|
182
|
+
"cursor_list_conversations": {
|
|
183
|
+
"description": "Read local Cursor conversation summaries, with optional filtering by title or workspace",
|
|
184
|
+
"usage": "Useful for resuming previous work and locating recent conversations in a specific workspace"
|
|
185
|
+
},
|
|
186
|
+
"cursor_search_conversations": {
|
|
187
|
+
"description": "Search local Cursor history messages by keyword or request id",
|
|
188
|
+
"usage": "Useful for tracing prior evidence by log snippet, issue keyword, or request id"
|
|
189
|
+
},
|
|
190
|
+
"cursor_read_conversation": {
|
|
191
|
+
"description": "Read the full local Cursor conversation timeline for a single composer_id",
|
|
192
|
+
"usage": "Useful for precisely resuming a specific historical conversation and reviewing message order and context"
|
|
160
193
|
}
|
|
161
194
|
}
|
|
162
195
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
|
-
"title": "ใในใฆใฎใใผใซ -
|
|
4
|
-
"description": "MCP Probe Kit ๅฎๅ
จใใผใซใชในใ๏ผ6ๅใฎใฏใผใฏใใญใผใชใผใฑในใใฌใผใทใงใณใใผใซใ4ๅใฎใณใผใๅๆใใผใซใ2ๅใฎGitใใผใซใ1ๅใฎ็ๆใใผใซใ6ๅใฎใใญใธใงใฏใ็ฎก็ใใผใซใ3ๅใฎUI/UXใใผใซใ",
|
|
3
|
+
"title": "ใในใฆใฎใใผใซ - 28ๅใฎAI้็บใใผใซๅฎๅ
จใชในใ | MCP Probe Kit",
|
|
4
|
+
"description": "MCP Probe Kit ๅฎๅ
จใใผใซใชในใ๏ผ6ๅใฎใฏใผใฏใใญใผใชใผใฑในใใฌใผใทใงใณใใผใซใ4ๅใฎใณใผใๅๆใใผใซใ2ๅใฎGitใใผใซใ1ๅใฎ็ๆใใผใซใ6ๅใฎใใญใธใงใฏใ็ฎก็ใใผใซใ3ๅใฎUI/UXใใผใซใ6ๅใฎ Memory / Cursor History ใใผใซใ",
|
|
5
5
|
"keywords": "AI้็บใใผใซ, ใณใผใ็ๆใใผใซ, ใณใผใใฌใใฅใผใใผใซ, Git่ชๅๅ, UI็ๆ, ใณใผใใชใใกใฏใฟใชใณใฐ, ใใใฉใผใใณในๆ้ฉๅ, ใปใญใฅใชใใฃในใญใฃใณ"
|
|
6
6
|
},
|
|
7
7
|
"page": {
|
|
8
|
-
"subtitle": "MCP Probe Kitใฏ
|
|
8
|
+
"subtitle": "MCP Probe Kitใฏ28ๅใฎๅฎ็จ็ใชใใผใซใๆไพใใใณใขใใใณใชใผใฑในใใฌใผใทใงใณใใผใซใฏๆง้ ๅๅบๅใใตใใผใใใพใ"
|
|
9
9
|
},
|
|
10
10
|
"search": {
|
|
11
11
|
"placeholder": "๐ ใใผใซๅใพใใฏ่ชฌๆใๆค็ดข...",
|
|
@@ -41,7 +41,13 @@
|
|
|
41
41
|
"ui_design_system": "ใใถใคใณใทในใใ ",
|
|
42
42
|
"ui_search": "UIๆค็ดข",
|
|
43
43
|
"sync_ui_data": "ใใผใฟๅๆ",
|
|
44
|
-
"code_insight": "ใณใผใๆดๅฏ"
|
|
44
|
+
"code_insight": "ใณใผใๆดๅฏ",
|
|
45
|
+
"read_memory_asset": "ใกใขใช่ชญๅ",
|
|
46
|
+
"memorize_asset": "ใกใขใชไฟๅญ",
|
|
47
|
+
"scan_and_extract_patterns": "ใใฟใผใณๆฝๅบ",
|
|
48
|
+
"cursor_list_conversations": "ไผ่ฉฑไธ่ฆง",
|
|
49
|
+
"cursor_search_conversations": "ไผ่ฉฑๆค็ดข",
|
|
50
|
+
"cursor_read_conversation": "ไผ่ฉฑ่ชญๅ"
|
|
45
51
|
},
|
|
46
52
|
"categories": {
|
|
47
53
|
"workflow": {
|
|
@@ -67,6 +73,10 @@
|
|
|
67
73
|
"uiux": {
|
|
68
74
|
"title": "UI/UXใใถใคใณ",
|
|
69
75
|
"count": "3ๅ"
|
|
76
|
+
},
|
|
77
|
+
"memory": {
|
|
78
|
+
"title": "Memory ใจ Cursor History",
|
|
79
|
+
"count": "6ๅ"
|
|
70
80
|
}
|
|
71
81
|
},
|
|
72
82
|
"toolsData": {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
|
-
"title": "๋ชจ๋ ๋๊ตฌ -
|
|
3
|
+
"title": "๋ชจ๋ ๋๊ตฌ - 28๊ฐ AI ๊ฐ๋ฐ ๋๊ตฌ ์ ์ฒด ๋ชฉ๋ก | MCP Probe Kit",
|
|
4
4
|
"description": "MCP Probe Kit ์ ์ฒด ๋๊ตฌ ๋ชฉ๋ก: 6๊ฐ์ ์ํฌํ๋ก์ฐ ์ค์ผ์คํธ๋ ์ด์
๋๊ตฌ, 4๊ฐ์ ์ฝ๋ ๋ถ์ ๋๊ตฌ, 2๊ฐ์ Git ๋๊ตฌ, 1๊ฐ์ ์์ฑ ๋๊ตฌ, 6๊ฐ์ ํ๋ก์ ํธ ๊ด๋ฆฌ ๋๊ตฌ, 3๊ฐ์ UI/UX ๋๊ตฌ.",
|
|
5
5
|
"keywords": "AI ๊ฐ๋ฐ ๋๊ตฌ, ์ฝ๋ ์์ฑ ๋๊ตฌ, ์ฝ๋ ๋ฆฌ๋ทฐ ๋๊ตฌ, Git ์๋ํ, UI ์์ฑ, ์ฝ๋ ๋ฆฌํฉํ ๋ง, ์ฑ๋ฅ ์ต์ ํ, ๋ณด์ ์ค์บ"
|
|
6
6
|
},
|
|
7
7
|
"page": {
|
|
8
|
-
"subtitle": "MCP Probe Kit์
|
|
8
|
+
"subtitle": "MCP Probe Kit์ 28๊ฐ์ ์ค์ฉ์ ์ธ ๋๊ตฌ๋ฅผ ์ ๊ณตํ๋ฉฐ, ํต์ฌ ๋ฐ ์ค์ผ์คํธ๋ ์ด์
๋๊ตฌ๋ ๊ตฌ์กฐํ๋ ์ถ๋ ฅ์ ์ง์ํฉ๋๋ค"
|
|
9
9
|
},
|
|
10
10
|
"search": {
|
|
11
11
|
"placeholder": "๐ ๋๊ตฌ ์ด๋ฆ ๋๋ ์ค๋ช
๊ฒ์...",
|
|
@@ -41,7 +41,13 @@
|
|
|
41
41
|
"ui_design_system": "๋์์ธ ์์คํ
",
|
|
42
42
|
"ui_search": "UI ๊ฒ์",
|
|
43
43
|
"sync_ui_data": "๋ฐ์ดํฐ ๋๊ธฐํ",
|
|
44
|
-
"code_insight": "์ฝ๋ ์ธ์ฌ์ดํธ"
|
|
44
|
+
"code_insight": "์ฝ๋ ์ธ์ฌ์ดํธ",
|
|
45
|
+
"read_memory_asset": "๋ฉ๋ชจ๋ฆฌ ์ฝ๊ธฐ",
|
|
46
|
+
"memorize_asset": "๋ฉ๋ชจ๋ฆฌ ์ ์ฅ",
|
|
47
|
+
"scan_and_extract_patterns": "ํจํด ์ถ์ถ",
|
|
48
|
+
"cursor_list_conversations": "๋ํ ๋ชฉ๋ก",
|
|
49
|
+
"cursor_search_conversations": "๋ํ ๊ฒ์",
|
|
50
|
+
"cursor_read_conversation": "๋ํ ์ฝ๊ธฐ"
|
|
45
51
|
},
|
|
46
52
|
"categories": {
|
|
47
53
|
"workflow": {
|
|
@@ -67,6 +73,10 @@
|
|
|
67
73
|
"uiux": {
|
|
68
74
|
"title": "UI/UX ๋์์ธ",
|
|
69
75
|
"count": "3๊ฐ"
|
|
76
|
+
},
|
|
77
|
+
"memory": {
|
|
78
|
+
"title": "Memory ๋ฐ Cursor History",
|
|
79
|
+
"count": "6๊ฐ"
|
|
70
80
|
}
|
|
71
81
|
},
|
|
72
82
|
"toolsData": {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
|
-
"title": "ๆๆๅทฅๅ
ท -
|
|
4
|
-
"description": "MCP Probe Kit ๅฎๆดๅทฅๅ
ทๅ่กจ๏ผ6ไธชๅทฅไฝๆต็ผๆๅทฅๅ
ทใ4ไธชไปฃ็ ๅๆๅทฅๅ
ทใ2ไธชGitๅทฅๅ
ทใ1ไธช็ๆๅทฅๅ
ทใ6ไธช้กน็ฎ็ฎก็ๅทฅๅ
ทใ3ไธชUI/UX
|
|
3
|
+
"title": "ๆๆๅทฅๅ
ท - 28ไธชAI็ ๅๅทฅๅ
ทๅฎๆดๅ่กจ | MCP Probe Kit",
|
|
4
|
+
"description": "MCP Probe Kit ๅฎๆดๅทฅๅ
ทๅ่กจ๏ผ6ไธชๅทฅไฝๆต็ผๆๅทฅๅ
ทใ4ไธชไปฃ็ ๅๆๅทฅๅ
ทใ2ไธชGitๅทฅๅ
ทใ1ไธช็ๆๅทฅๅ
ทใ6ไธช้กน็ฎ็ฎก็ๅทฅๅ
ทใ3ไธชUI/UXๅทฅๅ
ทใ6ไธช่ฎฐๅฟไธ Cursor ๅๅฒๅทฅๅ
ทใ",
|
|
5
5
|
"keywords": "AI ๅผๅๅทฅๅ
ท, ไปฃ็ ็ๆๅทฅๅ
ท, ไปฃ็ ๅฎกๆฅๅทฅๅ
ท, Git ่ชๅจๅ, UI ็ๆ, ไปฃ็ ้ๆ, ๆง่ฝไผๅ, ๅฎๅ
จๆซๆ"
|
|
6
6
|
},
|
|
7
7
|
"page": {
|
|
8
|
-
"subtitle": "MCP Probe Kit ๆไพ
|
|
8
|
+
"subtitle": "MCP Probe Kit ๆไพ 28 ไธชๅฎ็จๅทฅๅ
ท๏ผๆ ธๅฟไธ็ผๆๅทฅๅ
ทๆฏๆ็ปๆๅ่พๅบ"
|
|
9
9
|
},
|
|
10
10
|
"search": {
|
|
11
11
|
"placeholder": "๐ ๆ็ดขๅทฅๅ
ทๅ็งฐๆๆ่ฟฐ...",
|
|
@@ -40,8 +40,13 @@
|
|
|
40
40
|
"ask_user": "ๆ้ฎ็จๆท",
|
|
41
41
|
"ui_design_system": "่ฎพ่ฎก็ณป็ป",
|
|
42
42
|
"ui_search": "ๆ็ดขUI",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
43
|
+
"code_insight": "ๅพ่ฐฑๆดๅฏ",
|
|
44
|
+
"read_memory_asset": "่ฏปๅ่ฎฐๅฟ",
|
|
45
|
+
"memorize_asset": "ๆฒๆท่ฎฐๅฟ",
|
|
46
|
+
"scan_and_extract_patterns": "ๆฝๅๆจกๅผ",
|
|
47
|
+
"cursor_list_conversations": "ๅไผ่ฏ",
|
|
48
|
+
"cursor_search_conversations": "ๆไผ่ฏ",
|
|
49
|
+
"cursor_read_conversation": "่ฏปไผ่ฏ"
|
|
45
50
|
},
|
|
46
51
|
"categories": {
|
|
47
52
|
"workflow": {
|
|
@@ -67,6 +72,10 @@
|
|
|
67
72
|
"uiux": {
|
|
68
73
|
"title": "UI/UX ่ฎพ่ฎก",
|
|
69
74
|
"count": "3 ไธช"
|
|
75
|
+
},
|
|
76
|
+
"memory": {
|
|
77
|
+
"title": "่ฎฐๅฟไธ Cursor ๅๅฒ",
|
|
78
|
+
"count": "6 ไธช"
|
|
70
79
|
}
|
|
71
80
|
},
|
|
72
81
|
"toolsData": {
|
|
@@ -157,6 +166,30 @@
|
|
|
157
166
|
"code_insight": {
|
|
158
167
|
"description": "ไปฃ็ ๅพ่ฐฑๆดๅฏๅทฅๅ
ท๏ผๆกฅๆฅ GitNexus ๅๆ่ฐ็จ้พใไธไธๆๅๅฝฑๅ้ข๏ผไธๅฏ็จๆถ่ชๅจ้็บง๏ผ",
|
|
159
168
|
"usage": "็จไบๅทๆฐ GitNexus ๅพ่ฐฑใ่ทๅไปปๅก็บง่ฐ็จ้พ/ไธไธๆ/ๅฝฑๅ้ข๏ผๅนถๆ็ปๆไฟๅญๅฐ docs/graph-insights ไธ project-context ็ดขๅผ"
|
|
169
|
+
},
|
|
170
|
+
"read_memory_asset": {
|
|
171
|
+
"description": "ๆ่ตไบง ID ่ฏปๅๅทฒๆฒๆท่ฎฐๅฟ็ๅฎๆดๅ
ๅฎนไธๅ
ๆฐๆฎ",
|
|
172
|
+
"usage": "ๅฝ็ผๆ้ถๆฎตๅทฒ็ปๅฝไธญ่ฎฐๅฟๆ่ฆ๏ผ้่ฆ่ฟไธๆญฅๆฅ็ๅฎๆดไปฃ็ ใ่ง่ๆๆจกๅผ่ฏฆๆ
ๆถไฝฟ็จ"
|
|
173
|
+
},
|
|
174
|
+
"memorize_asset": {
|
|
175
|
+
"description": "ๆ้ซไปทๅผไปฃ็ ใ่ง่ๆๆจกๅผๅๅ
ฅๅ้่ฎฐๅฟ็ณป็ป๏ผไพๅ็ปญๅค็จ",
|
|
176
|
+
"usage": "ๅจๅผๅๅฎๆๅ๏ผๅฐๅฏๅค็จ่ตไบงๆฒๆทๅฐ Qdrant + embedding ่ฎฐๅฟ็ณป็ปไธญ"
|
|
177
|
+
},
|
|
178
|
+
"scan_and_extract_patterns": {
|
|
179
|
+
"description": "ไปๅๆฎตไปฃ็ ใๅๆไปถๆๆดไธช็ฎๅฝไธญๆฝๅๅฏๅค็จๆจกๅผ๏ผๅๅณๅฎๆฏๅฆๆฒๆทๅฐ่ฎฐๅฟ็ณป็ป",
|
|
180
|
+
"usage": "้ๅๅ
ๅๆจกๅผๅฝ็บณ๏ผๅๆ้่ฐ็จ memorize_asset ๅๅ
ฅ่ฎฐๅฟ"
|
|
181
|
+
},
|
|
182
|
+
"cursor_list_conversations": {
|
|
183
|
+
"description": "่ฏปๅ Cursor ๆฌๅฐๅๅฒไผ่ฏๆ่ฆ๏ผๅฏๆๆ ้ขๆๅทฅไฝๅบ่ฟๆปคๆ่ฟไผ่ฏ",
|
|
184
|
+
"usage": "็จไบๆขๅคๆงไธไธๆใๅฎไฝๆไธชๅทฅไฝๅบๆ่ฟๅ่ฟ็ไผ่ฏ"
|
|
185
|
+
},
|
|
186
|
+
"cursor_search_conversations": {
|
|
187
|
+
"description": "ๅจ Cursor ๆฌๅฐๅๅฒๆถๆฏ้ๆๅ
ณ้ฎ่ฏๆ request id ๆ็ดขๅฝไธญๅ
ๅฎน",
|
|
188
|
+
"usage": "็จไบๆ้ฎ้ขใๆฅๅฟ็ๆฎตใrequest id ๅๆบฏ่ฟๅพไผ่ฏ่ฏๆฎ"
|
|
189
|
+
},
|
|
190
|
+
"cursor_read_conversation": {
|
|
191
|
+
"description": "ๆ composer_id ่ฏปๅไธๆก Cursor ๆฌๅฐไผ่ฏ็ๅฎๆดๆถๆฏๆถ้ด็บฟ",
|
|
192
|
+
"usage": "็จไบ็ฒพ็กฎ็ปญๆฅๆไธๆกๅๅฒไผ่ฏ๏ผๆฅ็ๆถๆฏ้กบๅบใไธไธๆๅๅ
ณ้ฎ่พๅบ"
|
|
160
193
|
}
|
|
161
194
|
}
|
|
162
195
|
}
|
package/docs/i18n/en.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
|
-
"title": "MCP Probe Kit - AI-Powered Complete Development Toolkit |
|
|
4
|
-
"description": "MCP Probe Kit provides
|
|
3
|
+
"title": "MCP Probe Kit - AI-Powered Complete Development Toolkit | 28 Tools Covering Entire Development Lifecycle",
|
|
4
|
+
"description": "MCP Probe Kit provides 28 AI-powered development tools covering requirements analysis, code development, quality assurance, bug fixing, and release management. Supports Cursor, Cline, Claude Desktop with 100% structured output.",
|
|
5
5
|
"keywords": "MCP Probe Kit, AI development tools, code generation, code review, Git tools, UI development, development efficiency, Cursor, Cline, Claude, MCP Server"
|
|
6
6
|
},
|
|
7
7
|
"nav": {
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"hero": {
|
|
15
15
|
"title": "๐ MCP Probe Kit",
|
|
16
16
|
"subtitle": "AI Development Enhancement Toolkit ยท Documentation Center",
|
|
17
|
-
"version": "v3.0.
|
|
17
|
+
"version": "v3.0.18",
|
|
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.
|
|
24
|
+
"description": "Get started with MCP Probe Kit v3.0.18 in 5 minutes",
|
|
25
25
|
"installConfig": "Installation & Configuration"
|
|
26
26
|
},
|
|
27
27
|
"tools": {
|
|
28
28
|
"title": "Tools Documentation",
|
|
29
|
-
"description": "Complete reference for
|
|
29
|
+
"description": "Complete reference for 28 practical tools, including code graph insight and orchestration workflows",
|
|
30
30
|
"allTools": "All Tools"
|
|
31
31
|
},
|
|
32
32
|
"guides": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"gettingStarted": {
|
|
65
65
|
"title": "Installation & Configuration",
|
|
66
|
-
"subtitle": "Get started with MCP Probe Kit v3.0.
|
|
66
|
+
"subtitle": "Get started with MCP Probe Kit v3.0.18 in 5 minutes. Supports Cursor, Cline, and Claude Desktop",
|
|
67
67
|
"breadcrumb": {
|
|
68
68
|
"home": "Documentation",
|
|
69
69
|
"quickStart": "Quick Start",
|
|
@@ -87,6 +87,44 @@
|
|
|
87
87
|
"noteText": "Need to manually run",
|
|
88
88
|
"updateText": "to update version"
|
|
89
89
|
},
|
|
90
|
+
"memory": {
|
|
91
|
+
"title": "Memory System Setup (Qdrant + Embedding)",
|
|
92
|
+
"descriptionPrefix": "If you want to use",
|
|
93
|
+
"descriptionSuffix": ", you need to configure both a vector database and an embedding service.",
|
|
94
|
+
"optionA": {
|
|
95
|
+
"title": "Option A: Qdrant + Ollama (recommended)"
|
|
96
|
+
},
|
|
97
|
+
"optionB": {
|
|
98
|
+
"title": "Option B: Qdrant + OpenAI-Compatible Embedding API"
|
|
99
|
+
},
|
|
100
|
+
"env": {
|
|
101
|
+
"title": "Environment Variables",
|
|
102
|
+
"item1": ": Qdrant endpoint, required by all memory features",
|
|
103
|
+
"item2": ": Optional Qdrant API key",
|
|
104
|
+
"item3": ": Collection name, default ",
|
|
105
|
+
"item4Prefix": ": ",
|
|
106
|
+
"item4Middle": " or ",
|
|
107
|
+
"item5": ": Embedding API endpoint",
|
|
108
|
+
"item6": ": Embedding API key, usually empty for Ollama",
|
|
109
|
+
"item7Prefix": ": Embedding model name, default ",
|
|
110
|
+
"item8Prefix": ": Default search result limit, default ",
|
|
111
|
+
"item9Prefix": ": Summary max characters, default "
|
|
112
|
+
},
|
|
113
|
+
"behavior": {
|
|
114
|
+
"title": "Behavior Notes",
|
|
115
|
+
"item1Prefix": "Memory writes require ",
|
|
116
|
+
"item1Middle": " and ",
|
|
117
|
+
"item2Prefix": "Read-only memory access (such as read by ID) only requires ",
|
|
118
|
+
"item3Prefix": "The first write auto-creates the Qdrant collection and uses ",
|
|
119
|
+
"item4": "Vector dimension is inferred automatically from the first embedding response"
|
|
120
|
+
},
|
|
121
|
+
"cursor": {
|
|
122
|
+
"title": "Cursor History Tools",
|
|
123
|
+
"item1": " do not depend on Qdrant or embeddings",
|
|
124
|
+
"item2": "Supports local Cursor installations on Windows / macOS / Linux",
|
|
125
|
+
"item3Prefix": "Reads the local Cursor database from "
|
|
126
|
+
}
|
|
127
|
+
},
|
|
90
128
|
"windowsGraph": {
|
|
91
129
|
"title": "Windows Notes for Graph Tools",
|
|
92
130
|
"description": "Graph-aware tools may have a slower first run on Windows because GitNexus is started through npx by default.",
|
|
@@ -204,7 +242,7 @@
|
|
|
204
242
|
"subtitle": "Smoothly migrate from v2.x to v3.0, understand breaking changes and new features",
|
|
205
243
|
"overview": {
|
|
206
244
|
"title": "Overview",
|
|
207
|
-
"description": "MCP Probe Kit v3.0 is a major version update, streamlined to
|
|
245
|
+
"description": "MCP Probe Kit v3.0 is a major version update, streamlined to 28 tools, bringing more powerful features and better development experience.",
|
|
208
246
|
"migrationTime": "Migration Time:",
|
|
209
247
|
"migrationTimeText": "Most projects can complete migration in 10-15 minutes, v2.x core tools remain compatible in v3.0."
|
|
210
248
|
},
|
|
@@ -212,7 +250,7 @@
|
|
|
212
250
|
"title": "Major Changes",
|
|
213
251
|
"toolsOptimization": {
|
|
214
252
|
"title": "1. Tools Streamlining",
|
|
215
|
-
"description": "v2.x: 39 tools โ v3.x:
|
|
253
|
+
"description": "v2.x: 39 tools โ v3.x: 28 tools (removed low-frequency tools, kept high-value tools)"
|
|
216
254
|
},
|
|
217
255
|
"workflows": {
|
|
218
256
|
"title": "2. New Workflow Orchestration",
|
|
@@ -284,7 +322,7 @@
|
|
|
284
322
|
"subtitle": "MCP Probe Kit integrates complete development process, best practices guide from requirements to deployment",
|
|
285
323
|
"overview": {
|
|
286
324
|
"title": "Complete Development Process",
|
|
287
|
-
"description": "MCP Probe Kit's
|
|
325
|
+
"description": "MCP Probe Kit's 28 tools cover the complete development process from requirements analysis to code deployment. Here are the recommended best practices.",
|
|
288
326
|
"coreIdea": "Core Philosophy:",
|
|
289
327
|
"coreIdeaText": "Chain the entire development process through workflow orchestration tools (start_*), making AI your development assistant."
|
|
290
328
|
},
|
|
@@ -539,7 +577,7 @@
|
|
|
539
577
|
"resources": {
|
|
540
578
|
"title": "More Resources",
|
|
541
579
|
"allTools": "Complete Tools Reference",
|
|
542
|
-
"allToolsDesc": "View detailed descriptions of all
|
|
580
|
+
"allToolsDesc": "View detailed descriptions of all 28 tools",
|
|
543
581
|
"gettingStarted": "Installation & Configuration",
|
|
544
582
|
"gettingStartedDesc": "Quick start guide",
|
|
545
583
|
"migration": "Migration Guide",
|
package/docs/i18n/ja.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
|
-
"title": "MCP Probe Kit - AI้งๅใฎๅฎๅ
จ้็บใใผใซใญใใ | ้็บใฉใคใใตใคใฏใซๅ
จไฝใใซใใผใใ
|
|
4
|
-
"description": "MCP Probe Kitใฏใ่ฆไปถๅๆใใณใผใ้็บใๅ่ณชไฟ่จผใใใฐไฟฎๆญฃใใชใชใผใน็ฎก็ใใซใใผใใ
|
|
3
|
+
"title": "MCP Probe Kit - AI้งๅใฎๅฎๅ
จ้็บใใผใซใญใใ | ้็บใฉใคใใตใคใฏใซๅ
จไฝใใซใใผใใ28ใฎใใผใซ",
|
|
4
|
+
"description": "MCP Probe Kitใฏใ่ฆไปถๅๆใใณใผใ้็บใๅ่ณชไฟ่จผใใใฐไฟฎๆญฃใใชใชใผใน็ฎก็ใใซใใผใใ28ใฎAI้งๅ้็บใใผใซใๆไพใใพใใCursorใClineใClaude Desktopใใตใใผใใใ100%ๆง้ ๅๅบๅใๅฎ็พใ",
|
|
5
5
|
"keywords": "MCP Probe Kit, AI้็บใใผใซ, ใณใผใ็ๆ, ใณใผใใฌใใฅใผ, Gitใใผใซ, UI้็บ, ้็บๅน็, Cursor, Cline, Claude, MCPใตใผใใผ"
|
|
6
6
|
},
|
|
7
7
|
"nav": {
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"hero": {
|
|
15
15
|
"title": "๐ MCP Probe Kit",
|
|
16
16
|
"subtitle": "AI้็บๅผทๅใใผใซใญใใ ยท ใใญใฅใกใณใใปใณใฟใผ",
|
|
17
|
-
"version": "v3.0.
|
|
17
|
+
"version": "v3.0.18",
|
|
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.
|
|
24
|
+
"description": "5ๅใงMCP Probe Kit v3.0.18ใๅงใใ",
|
|
25
25
|
"installConfig": "ใคใณในใใผใซใจ่จญๅฎ"
|
|
26
26
|
},
|
|
27
27
|
"tools": {
|
|
28
28
|
"title": "ใใผใซใใญใฅใกใณใ",
|
|
29
|
-
"description": "
|
|
29
|
+
"description": "28ใฎๅฎ็จ็ใชใใผใซใฎๅฎๅ
จใชใชใใกใฌใณในใใณใผใใฐใฉใๆดๅฏใจใชใผใฑในใใฌใผใทใงใณใๅซใ",
|
|
30
30
|
"allTools": "ใในใฆใฎใใผใซ"
|
|
31
31
|
},
|
|
32
32
|
"guides": {
|
|
@@ -87,6 +87,44 @@
|
|
|
87
87
|
"noteText": "ๆๅใงๅฎ่กใใๅฟ
่ฆใใใใพใ",
|
|
88
88
|
"updateText": "ใใผใธใงใณใๆดๆฐ"
|
|
89
89
|
},
|
|
90
|
+
"memory": {
|
|
91
|
+
"title": "ใกใขใชใทในใใ ใฎใปใใใขใใ๏ผQdrant + Embedding๏ผ",
|
|
92
|
+
"descriptionPrefix": "ๆฌกใไฝฟใใใๅ ดๅ๏ผ",
|
|
93
|
+
"descriptionSuffix": "ใใใฏใใซใใผใฟใใผในใจ embedding ใตใผใในใฎไธกๆนใ่จญๅฎใใๅฟ
่ฆใใใใพใใ",
|
|
94
|
+
"optionA": {
|
|
95
|
+
"title": "ใชใใทใงใณ A๏ผQdrant + Ollama๏ผๆจๅฅจ๏ผ"
|
|
96
|
+
},
|
|
97
|
+
"optionB": {
|
|
98
|
+
"title": "ใชใใทใงใณ B๏ผQdrant + OpenAI-Compatible Embedding API"
|
|
99
|
+
},
|
|
100
|
+
"env": {
|
|
101
|
+
"title": "็ฐๅขๅคๆฐใฎ่ชฌๆ",
|
|
102
|
+
"item1": "๏ผQdrant ใฎใจใณใใใคใณใใใในใฆใฎใกใขใชๆฉ่ฝใฎๅบๆฌ่จญๅฎใงใ",
|
|
103
|
+
"item2": "๏ผไปปๆใฎ Qdrant API ใญใผ",
|
|
104
|
+
"item3": "๏ผใณใฌใฏใทใงใณๅใๆขๅฎๅคใฏ ",
|
|
105
|
+
"item4Prefix": "๏ผ",
|
|
106
|
+
"item4Middle": " ใพใใฏ ",
|
|
107
|
+
"item5": "๏ผembedding API ใฎใจใณใใใคใณใ",
|
|
108
|
+
"item6": "๏ผembedding API ใญใผใOllama ๅฉ็จๆใฏ้ๅธธ็ฉบใงใ",
|
|
109
|
+
"item7Prefix": "๏ผembedding ใขใใซๅใๆขๅฎๅคใฏ ",
|
|
110
|
+
"item8Prefix": "๏ผๆขๅฎใฎๆค็ดขไปถๆฐใๆขๅฎๅคใฏ ",
|
|
111
|
+
"item9Prefix": "๏ผ่ฆ็ดใฎๆๅคงๆๅญๆฐใๆขๅฎๅคใฏ "
|
|
112
|
+
},
|
|
113
|
+
"behavior": {
|
|
114
|
+
"title": "ๅไฝ่ชฌๆ",
|
|
115
|
+
"item1Prefix": "ใกใขใชๆธใ่พผใฟใซใฏ ",
|
|
116
|
+
"item1Middle": " ใจ ",
|
|
117
|
+
"item2Prefix": "่ชญใฟๅใๅฐ็จใกใขใชใขใฏใปใน๏ผID ๆๅฎ่ชญใฟๅใใชใฉ๏ผใฏ ",
|
|
118
|
+
"item3Prefix": "ๅๅๆธใ่พผใฟๆใซ Qdrant collection ใ่ชๅไฝๆใใ่ท้ขๅฐบๅบฆใซใฏ ",
|
|
119
|
+
"item4": "ใใฏใใซๆฌกๅ
ใฏๆๅใฎ embedding ๅฟ็ญใใ่ชๅๆจๅฎใใใพใ"
|
|
120
|
+
},
|
|
121
|
+
"cursor": {
|
|
122
|
+
"title": "Cursor ๅฑฅๆญดใใผใซ",
|
|
123
|
+
"item1": " ใฏ Qdrant ใ embedding ใซไพๅญใใพใใ",
|
|
124
|
+
"item2": "Windows / macOS / Linux ใฎใญใผใซใซ Cursor ใคใณในใใผใซใใตใใผใใใพใ",
|
|
125
|
+
"item3Prefix": "ๆขๅฎใงใฏ Cursor ใฎใญใผใซใซใใผใฟใใผใน "
|
|
126
|
+
}
|
|
127
|
+
},
|
|
90
128
|
"windowsGraph": {
|
|
91
129
|
"title": "Windows ๅใใฐใฉใใใผใซ่ฃ่ถณ",
|
|
92
130
|
"description": "ใฐใฉใ้ข้ฃใใผใซใฏใGitNexus ใๆขๅฎใง npx ็ต็ฑใง่ตทๅใใใใใWindows ใงใฏๅๅ่ตทๅใ้
ใใชใๅ ดๅใใใใพใใ",
|
|
@@ -204,7 +242,7 @@
|
|
|
204
242
|
"subtitle": "v2.xใใv3.0ใธในใ ใผใบใซ็งป่กใใ้ๅคงใชๅคๆดใจๆฐๆฉ่ฝใ็่งฃใใ",
|
|
205
243
|
"overview": {
|
|
206
244
|
"title": "ๆฆ่ฆ",
|
|
207
|
-
"description": "MCP Probe Kit v3.0ใฏๅคง่ฆๆจกใชใใผใธใงใณใขใใใใผใใงใ
|
|
245
|
+
"description": "MCP Probe Kit v3.0ใฏๅคง่ฆๆจกใชใใผใธใงใณใขใใใใผใใงใ28ใใผใซใซๆ้ฉๅใใใใใๅผทๅใชๆฉ่ฝใจใใ่ฏใ้็บไฝ้จใใใใใใพใใ",
|
|
208
246
|
"migrationTime": "็งป่กๆ้๏ผ",
|
|
209
247
|
"migrationTimeText": "ใปใจใใฉใฎใใญใธใงใฏใใฏ10ใ15ๅใง็งป่กใๅฎไบใงใใv2.xใฎใณใขใใผใซใฏv3.0ใงไบๆๆงใ็ถญๆใใฆใใพใใ"
|
|
210
248
|
},
|
|
@@ -212,7 +250,7 @@
|
|
|
212
250
|
"title": "ไธปใชๅคๆด็น",
|
|
213
251
|
"toolsOptimization": {
|
|
214
252
|
"title": "1. ใใผใซใฎๆ้ฉๅ",
|
|
215
|
-
"description": "v2.x: 39ใใผใซ โ v3.x:
|
|
253
|
+
"description": "v2.x: 39ใใผใซ โ v3.x: 28ใใผใซ๏ผไฝ้ ปๅบฆใใผใซใๅ้คใ้ซไพกๅคใใผใซใไฟๆ๏ผ"
|
|
216
254
|
},
|
|
217
255
|
"workflows": {
|
|
218
256
|
"title": "2. ๆฐใใใฏใผใฏใใญใผใชใผใฑในใใฌใผใทใงใณ",
|
|
@@ -284,7 +322,7 @@
|
|
|
284
322
|
"subtitle": "MCP Probe Kitใฏๅฎๅ
จใช้็บใใญใปในใ็ตฑๅใ่ฆไปถใใใใใญใคใพใงใฎใในใใใฉใฏใใฃในใฌใคใ",
|
|
285
323
|
"overview": {
|
|
286
324
|
"title": "ๅฎๅ
จใช้็บใใญใปใน",
|
|
287
|
-
"description": "MCP Probe Kitใฎ
|
|
325
|
+
"description": "MCP Probe Kitใฎ28ใฎใใผใซใฏใ่ฆไปถๅๆใใใณใผใใใใญใคใพใงใฎๅฎๅ
จใช้็บใใญใปในใใซใใผใใฆใใพใใไปฅไธใฏๆจๅฅจใใใใในใใใฉใฏใใฃในใงใใ",
|
|
288
326
|
"coreIdea": "ใณใขๅฒๅญฆ๏ผ",
|
|
289
327
|
"coreIdeaText": "ใฏใผใฏใใญใผใชใผใฑในใใฌใผใทใงใณใใผใซ๏ผstart_*๏ผใ้ใใฆ้็บใใญใปในๅ
จไฝใ้ฃๆบใใAIใ้็บใขใทในใฟใณใใซใใพใใ"
|
|
290
328
|
},
|
|
@@ -539,7 +577,7 @@
|
|
|
539
577
|
"resources": {
|
|
540
578
|
"title": "ใใฎไปใฎใชใฝใผใน",
|
|
541
579
|
"allTools": "ๅฎๅ
จใชใใผใซใชใใกใฌใณใน",
|
|
542
|
-
"allToolsDesc": "ๅ
จ
|
|
580
|
+
"allToolsDesc": "ๅ
จ28ใใผใซใฎ่ฉณ็ดฐ่ชฌๆใ่กจ็คบ",
|
|
543
581
|
"gettingStarted": "ใคใณในใใผใซใจ่จญๅฎ",
|
|
544
582
|
"gettingStartedDesc": "ใฏใคใใฏในใฟใผใใฌใคใ",
|
|
545
583
|
"migration": "็งป่กใฌใคใ",
|
package/docs/i18n/ko.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
|
-
"title": "MCP Probe Kit - AI ๊ธฐ๋ฐ ์์ ํ ๊ฐ๋ฐ ํดํท | ์ ์ฒด ๊ฐ๋ฐ ๋ผ์ดํ์ฌ์ดํด์ ์ปค๋ฒํ๋
|
|
4
|
-
"description": "MCP Probe Kit์ ์๊ตฌ์ฌํญ ๋ถ์, ์ฝ๋ ๊ฐ๋ฐ, ํ์ง ๋ณด์ฆ, ๋ฒ๊ทธ ์์ , ๋ฆด๋ฆฌ์ค ๊ด๋ฆฌ๋ฅผ ์ปค๋ฒํ๋
|
|
3
|
+
"title": "MCP Probe Kit - AI ๊ธฐ๋ฐ ์์ ํ ๊ฐ๋ฐ ํดํท | ์ ์ฒด ๊ฐ๋ฐ ๋ผ์ดํ์ฌ์ดํด์ ์ปค๋ฒํ๋ 28๊ฐ ๋๊ตฌ",
|
|
4
|
+
"description": "MCP Probe Kit์ ์๊ตฌ์ฌํญ ๋ถ์, ์ฝ๋ ๊ฐ๋ฐ, ํ์ง ๋ณด์ฆ, ๋ฒ๊ทธ ์์ , ๋ฆด๋ฆฌ์ค ๊ด๋ฆฌ๋ฅผ ์ปค๋ฒํ๋ 28๊ฐ์ AI ๊ธฐ๋ฐ ๊ฐ๋ฐ ๋๊ตฌ๋ฅผ ์ ๊ณตํฉ๋๋ค. Cursor, Cline, Claude Desktop์ ์ง์ํ๋ฉฐ 100% ๊ตฌ์กฐํ๋ ์ถ๋ ฅ์ ์ ๊ณตํฉ๋๋ค.",
|
|
5
5
|
"keywords": "MCP Probe Kit, AI ๊ฐ๋ฐ ๋๊ตฌ, ์ฝ๋ ์์ฑ, ์ฝ๋ ๋ฆฌ๋ทฐ, Git ๋๊ตฌ, UI ๊ฐ๋ฐ, ๊ฐ๋ฐ ํจ์จ์ฑ, Cursor, Cline, Claude, MCP ์๋ฒ"
|
|
6
6
|
},
|
|
7
7
|
"nav": {
|
|
@@ -14,19 +14,19 @@
|
|
|
14
14
|
"hero": {
|
|
15
15
|
"title": "๐ MCP Probe Kit",
|
|
16
16
|
"subtitle": "AI ๊ฐ๋ฐ ๊ฐํ ํดํท ยท ๋ฌธ์ ์ผํฐ",
|
|
17
|
-
"version": "v3.0.
|
|
17
|
+
"version": "v3.0.18",
|
|
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.
|
|
24
|
+
"description": "5๋ถ ์์ MCP Probe Kit v3.0.18 ์์ํ๊ธฐ",
|
|
25
25
|
"installConfig": "์ค์น ๋ฐ ๊ตฌ์ฑ"
|
|
26
26
|
},
|
|
27
27
|
"tools": {
|
|
28
28
|
"title": "๋๊ตฌ ๋ฌธ์",
|
|
29
|
-
"description": "
|
|
29
|
+
"description": "28๊ฐ ์ค์ฉ ๋๊ตฌ์ ์์ ํ ์ฐธ์กฐ. ์ฝ๋ ๊ทธ๋ํ ์ธ์ฌ์ดํธ์ ์ค์ผ์คํธ๋ ์ด์
ํฌํจ",
|
|
30
30
|
"allTools": "๋ชจ๋ ๋๊ตฌ"
|
|
31
31
|
},
|
|
32
32
|
"guides": {
|
|
@@ -87,6 +87,44 @@
|
|
|
87
87
|
"noteText": "์๋์ผ๋ก ์คํ ํ์",
|
|
88
88
|
"updateText": "๋ฒ์ ์
๋ฐ์ดํธ"
|
|
89
89
|
},
|
|
90
|
+
"memory": {
|
|
91
|
+
"title": "๋ฉ๋ชจ๋ฆฌ ์์คํ
์ค์น ๊ตฌ์ฑ (Qdrant + Embedding)",
|
|
92
|
+
"descriptionPrefix": "๋ค์์ ์ฌ์ฉํ๋ ค๋ฉด",
|
|
93
|
+
"descriptionSuffix": ", ๋ฒกํฐ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ embedding ์๋น์ค๋ฅผ ํจ๊ป ์ค์ ํด์ผ ํฉ๋๋ค.",
|
|
94
|
+
"optionA": {
|
|
95
|
+
"title": "์ต์
A: Qdrant + Ollama (๊ถ์ฅ)"
|
|
96
|
+
},
|
|
97
|
+
"optionB": {
|
|
98
|
+
"title": "์ต์
B: Qdrant + OpenAI-Compatible Embedding API"
|
|
99
|
+
},
|
|
100
|
+
"env": {
|
|
101
|
+
"title": "ํ๊ฒฝ ๋ณ์ ์ค๋ช
",
|
|
102
|
+
"item1": ": Qdrant ์ฃผ์, ๋ชจ๋ ๋ฉ๋ชจ๋ฆฌ ๊ธฐ๋ฅ์ ๊ธฐ๋ณธ ์ค์ ",
|
|
103
|
+
"item2": ": ์ ํ ์ฌํญ์ธ Qdrant API Key",
|
|
104
|
+
"item3": ": ์ปฌ๋ ์
์ด๋ฆ, ๊ธฐ๋ณธ๊ฐ์ ",
|
|
105
|
+
"item4Prefix": ": ",
|
|
106
|
+
"item4Middle": " ๋๋ ",
|
|
107
|
+
"item5": ": embedding API ์ฃผ์",
|
|
108
|
+
"item6": ": embedding API Key, Ollama ์ฌ์ฉ ์ ์ผ๋ฐ์ ์ผ๋ก ๋น์ ๋ก๋๋ค",
|
|
109
|
+
"item7Prefix": ": embedding ๋ชจ๋ธ ์ด๋ฆ, ๊ธฐ๋ณธ๊ฐ์ ",
|
|
110
|
+
"item8Prefix": ": ๊ธฐ๋ณธ ๊ฒ์ ๊ฐ์, ๊ธฐ๋ณธ๊ฐ์ ",
|
|
111
|
+
"item9Prefix": ": ์์ฝ ์ต๋ ๋ฌธ์ ์, ๊ธฐ๋ณธ๊ฐ์ "
|
|
112
|
+
},
|
|
113
|
+
"behavior": {
|
|
114
|
+
"title": "๋์ ์ค๋ช
",
|
|
115
|
+
"item1Prefix": "๋ฉ๋ชจ๋ฆฌ ์ฐ๊ธฐ์๋ ",
|
|
116
|
+
"item1Middle": " ๋ฐ ",
|
|
117
|
+
"item2Prefix": "์ฝ๊ธฐ ์ ์ฉ ๋ฉ๋ชจ๋ฆฌ ์ ๊ทผ(์: ID๋ก ์ฝ๊ธฐ)์๋ ",
|
|
118
|
+
"item3Prefix": "์ฒซ ์ฐ๊ธฐ ์ Qdrant collection ์ด ์๋ ์์ฑ๋๋ฉฐ ๊ฑฐ๋ฆฌ ์ธก์ ์ ",
|
|
119
|
+
"item4": "๋ฒกํฐ ์ฐจ์์ ์ฒซ embedding ์๋ต์ ๊ธฐ์ค์ผ๋ก ์๋ ์ถ๋ก ๋ฉ๋๋ค"
|
|
120
|
+
},
|
|
121
|
+
"cursor": {
|
|
122
|
+
"title": "Cursor ๊ธฐ๋ก ๋๊ตฌ",
|
|
123
|
+
"item1": " ๋ Qdrant ๋๋ embedding ์ ์์กดํ์ง ์์ต๋๋ค",
|
|
124
|
+
"item2": "Windows / macOS / Linux ์ ๋ก์ปฌ Cursor ์ค์น๋ฅผ ์ง์ํฉ๋๋ค",
|
|
125
|
+
"item3Prefix": "๊ธฐ๋ณธ์ ์ผ๋ก Cursor ๋ก์ปฌ ๋ฐ์ดํฐ๋ฒ ์ด์ค์ธ "
|
|
126
|
+
}
|
|
127
|
+
},
|
|
90
128
|
"windowsGraph": {
|
|
91
129
|
"title": "Windows ๊ทธ๋ํ ๋๊ตฌ ์๋ด",
|
|
92
130
|
"description": "๊ทธ๋ํ ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ๋ณธ์ ์ผ๋ก GitNexus ๋ฅผ npx ๋ก ์์ํ๋ฏ๋ก Windows ์์ ์ฒซ ์คํ์ด ๋๋ฆด ์ ์์ต๋๋ค.",
|
|
@@ -204,7 +242,7 @@
|
|
|
204
242
|
"subtitle": "v2.x์์ v3.0์ผ๋ก ์ํํ๊ฒ ๋ง์ด๊ทธ๋ ์ด์
ํ๊ณ ์ฃผ์ ๋ณ๊ฒฝ ์ฌํญ ๋ฐ ์๋ก์ด ๊ธฐ๋ฅ ์ดํด",
|
|
205
243
|
"overview": {
|
|
206
244
|
"title": "๊ฐ์",
|
|
207
|
-
"description": "MCP Probe Kit v3.0์ ์ฃผ์ ๋ฒ์ ์
๋ฐ์ดํธ๋ก,
|
|
245
|
+
"description": "MCP Probe Kit v3.0์ ์ฃผ์ ๋ฒ์ ์
๋ฐ์ดํธ๋ก, 28๊ฐ ๋๊ตฌ๋ก ์ต์ ํ๋์ด ๋ ๊ฐ๋ ฅํ ๊ธฐ๋ฅ๊ณผ ๋ ๋์ ๊ฐ๋ฐ ๊ฒฝํ์ ์ ๊ณตํฉ๋๋ค.",
|
|
208
246
|
"migrationTime": "๋ง์ด๊ทธ๋ ์ด์
์๊ฐ๏ผ",
|
|
209
247
|
"migrationTimeText": "๋๋ถ๋ถ์ ํ๋ก์ ํธ๋ 10-15๋ถ ๋ด์ ๋ง์ด๊ทธ๋ ์ด์
์ ์๋ฃํ ์ ์์ผ๋ฉฐ, v2.x์ ํต์ฌ ๋๊ตฌ๋ v3.0์์ ํธํ์ฑ์ ์ ์งํฉ๋๋ค."
|
|
210
248
|
},
|
|
@@ -212,7 +250,7 @@
|
|
|
212
250
|
"title": "์ฃผ์ ๋ณ๊ฒฝ ์ฌํญ",
|
|
213
251
|
"toolsOptimization": {
|
|
214
252
|
"title": "1. ๋๊ตฌ ์ต์ ํ",
|
|
215
|
-
"description": "v2.x: 39๊ฐ ๋๊ตฌ โ v3.x:
|
|
253
|
+
"description": "v2.x: 39๊ฐ ๋๊ตฌ โ v3.x: 28๊ฐ ๋๊ตฌ (์ ๋น๋ ๋๊ตฌ ์ ๊ฑฐ, ๊ณ ๊ฐ์น ๋๊ตฌ ์ ์ง)"
|
|
216
254
|
},
|
|
217
255
|
"workflows": {
|
|
218
256
|
"title": "2. ์๋ก์ด ์ํฌํ๋ก ์ค์ผ์คํธ๋ ์ด์
",
|
|
@@ -284,7 +322,7 @@
|
|
|
284
322
|
"subtitle": "MCP Probe Kit์ ์์ ํ ๊ฐ๋ฐ ํ๋ก์ธ์ค๋ฅผ ํตํฉ, ์๊ตฌ์ฌํญ๋ถํฐ ๋ฐฐํฌ๊น์ง์ ๋ชจ๋ฒ ์ฌ๋ก ๊ฐ์ด๋",
|
|
285
323
|
"overview": {
|
|
286
324
|
"title": "์์ ํ ๊ฐ๋ฐ ํ๋ก์ธ์ค",
|
|
287
|
-
"description": "MCP Probe Kit์
|
|
325
|
+
"description": "MCP Probe Kit์ 28๊ฐ ๋๊ตฌ๋ ์๊ตฌ์ฌํญ ๋ถ์๋ถํฐ ์ฝ๋ ๋ฐฐํฌ๊น์ง์ ์์ ํ ๊ฐ๋ฐ ํ๋ก์ธ์ค๋ฅผ ์ปค๋ฒํฉ๋๋ค. ๋ค์์ ๊ถ์ฅ๋๋ ๋ชจ๋ฒ ์ฌ๋ก์
๋๋ค.",
|
|
288
326
|
"coreIdea": "ํต์ฌ ์ฒ ํ๏ผ",
|
|
289
327
|
"coreIdeaText": "์ํฌํ๋ก ์ค์ผ์คํธ๋ ์ด์
๋๊ตฌ(start_*)๋ฅผ ํตํด ์ ์ฒด ๊ฐ๋ฐ ํ๋ก์ธ์ค๋ฅผ ์ฐ๊ฒฐํ์ฌ AI๋ฅผ ๊ฐ๋ฐ ์ด์์คํดํธ๋ก ๋ง๋ญ๋๋ค."
|
|
290
328
|
},
|
|
@@ -539,7 +577,7 @@
|
|
|
539
577
|
"resources": {
|
|
540
578
|
"title": "์ถ๊ฐ ๋ฆฌ์์ค",
|
|
541
579
|
"allTools": "์์ ํ ๋๊ตฌ ์ฐธ์กฐ",
|
|
542
|
-
"allToolsDesc": "๋ชจ๋
|
|
580
|
+
"allToolsDesc": "๋ชจ๋ 28๊ฐ ๋๊ตฌ์ ์์ธํ ์ค๋ช
๋ณด๊ธฐ",
|
|
543
581
|
"gettingStarted": "์ค์น ๋ฐ ๊ตฌ์ฑ",
|
|
544
582
|
"gettingStartedDesc": "๋น ๋ฅธ ์์ ๊ฐ์ด๋",
|
|
545
583
|
"migration": "๋ง์ด๊ทธ๋ ์ด์
๊ฐ์ด๋",
|