mcp-probe-kit 3.0.5 → 3.0.7
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 +458 -431
- package/build/index.js +875 -141
- package/build/lib/gitnexus-bridge.d.ts +58 -0
- package/build/lib/gitnexus-bridge.js +379 -0
- package/build/lib/template-loader.js +317 -317
- package/build/lib/tool-execution-context.d.ts +8 -0
- package/build/lib/tool-execution-context.js +20 -0
- package/build/lib/toolset-manager.d.ts +1 -1
- package/build/lib/toolset-manager.js +7 -5
- package/build/schemas/code-analysis-tools.d.ts +46 -0
- package/build/schemas/code-analysis-tools.js +47 -0
- package/build/schemas/git-tools.js +16 -16
- package/build/schemas/index.d.ts +46 -0
- package/build/tools/__tests__/code_insight.unit.test.d.ts +1 -0
- package/build/tools/__tests__/code_insight.unit.test.js +35 -0
- package/build/tools/__tests__/start_bugfix.unit.test.js +14 -14
- package/build/tools/__tests__/start_ui.unit.test.js +11 -11
- package/build/tools/add_feature.js +79 -79
- package/build/tools/ask_user.js +5 -5
- package/build/tools/code_insight.d.ts +8 -0
- package/build/tools/code_insight.js +129 -0
- package/build/tools/index.d.ts +1 -0
- package/build/tools/index.js +1 -0
- package/build/tools/interview.js +9 -9
- package/build/tools/start_bugfix.d.ts +2 -1
- package/build/tools/start_bugfix.js +170 -126
- package/build/tools/start_feature.d.ts +2 -1
- package/build/tools/start_feature.js +156 -112
- package/build/tools/start_onboard.d.ts +2 -1
- package/build/tools/start_onboard.js +57 -51
- package/build/tools/start_product.d.ts +2 -1
- package/build/tools/start_product.js +9 -1
- package/build/tools/start_ralph.d.ts +2 -1
- package/build/tools/start_ralph.js +9 -3
- package/build/tools/start_ui.d.ts +2 -1
- package/build/tools/start_ui.js +102 -88
- package/build/tools/ui-ux-tools.d.ts +2 -1
- package/build/tools/ui-ux-tools.js +19 -3
- package/build/utils/ui-sync.d.ts +6 -2
- package/build/utils/ui-sync.js +125 -29
- package/docs/assets/font/MaterialSymbolsOutlined.codepoints +4102 -0
- package/docs/assets/font/MaterialSymbolsOutlined.ttf +0 -0
- package/docs/assets/font/noto-sans-sc-400.ttf +0 -0
- package/docs/assets/font/noto-sans-sc-700.ttf +0 -0
- package/docs/assets/font/noto-sans-sc-900.ttf +0 -0
- package/docs/assets/js/i18n.js +122 -21
- package/docs/assets/js/tailwind.js +83 -83
- package/docs/data/tools.js +419 -399
- package/docs/debug-i18n.html +163 -0
- package/docs/i18n/all-tools/en.json +157 -0
- package/docs/i18n/all-tools/ja.json +157 -0
- package/docs/i18n/all-tools/ko.json +157 -0
- package/docs/i18n/all-tools/zh-CN.json +157 -0
- package/docs/pages/all-tools.html +514 -352
- package/docs/pages/examples.html +689 -689
- package/docs/pages/getting-started.html +589 -589
- package/docs/pages/migration.html +298 -298
- package/docs/specs/user-auth/design.md +82 -0
- package/docs/specs/user-auth/requirements.md +52 -0
- package/docs/specs/user-auth/tasks.md +55 -0
- package/package.json +5 -5
- package/docs/project-context/architecture.md +0 -0
- package/docs/project-context/how-to-develop.md +0 -313
- package/docs/project-context/how-to-test.md +0 -457
- package/docs/project-context/tech-stack.md +0 -96
- package/docs/project-context.md +0 -53
- package/docs/specs/git-work-report/design.md +0 -568
- package/docs/specs/git-work-report/requirements.md +0 -131
- package/docs/specs/git-work-report/tasks.md +0 -197
package/README.md
CHANGED
|
@@ -1,439 +1,466 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<img src="docs/assets/logo.png" alt="知时MCP Logo" width="160"/>
|
|
3
|
-
<h1>知时MCP | mcp-probe-kit</h1>
|
|
4
|
-
<p><strong>Know the Context, Feed the Moment.</strong></p>
|
|
5
|
-
<p>
|
|
6
|
-
<code>Introspection</code> · <code>Context Hydration</code> · <code>Delegated Orchestration</code>
|
|
7
|
-
</p>
|
|
8
|
-
</div>
|
|
9
|
-
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
[
|
|
19
|
-
|
|
20
|
-
[ | [简体中文](i18n/README.zh-CN.md) | [日本語](i18n/README.ja-JP.md) | [한국어](i18n/README.ko-KR.md) | [Español](i18n/README.es-ES.md) | [Français](i18n/README.fr-FR.md) | [Deutsch](i18n/README.de-DE.md) | [Português (BR)](i18n/README.pt-BR.md)
|
|
19
|
+
|
|
20
|
+
[](https://www.npmjs.com/package/mcp-probe-kit)
|
|
21
|
+
[](https://www.npmjs.com/package/mcp-probe-kit)
|
|
22
|
+
[](https://opensource.org/licenses/MIT)
|
|
23
|
+
[](https://github.com/mybolide/mcp-probe-kit/stargazers)
|
|
24
|
+
|
|
25
|
+
> 🚀 AI-Powered Complete Development Toolkit - Covering the Entire Development Lifecycle
|
|
26
|
+
|
|
27
|
+
A powerful MCP (Model Context Protocol) server providing **22 tools** covering the complete workflow from product analysis to final release (Requirements → Design → Development → Quality → Release), all tools support **structured output**.
|
|
28
|
+
|
|
29
|
+
**🎉 v3.0 Major Update**: Streamlined tool count, focus on core competencies, eliminate choice paralysis, let AI do more native work
|
|
30
|
+
|
|
31
|
+
**Supports All MCP Clients**: Cursor, Claude Desktop, Cline, Continue, and more
|
|
32
|
+
|
|
33
|
+
**Protocol Version**: MCP 2025-11-25 · **SDK**: @modelcontextprotocol/sdk 1.27.1
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 📚 Complete Documentation
|
|
38
|
+
|
|
39
|
+
**👉 [https://mcp-probe-kit.bytezonex.com](https://mcp-probe-kit.bytezonex.com/)**
|
|
40
|
+
|
|
41
|
+
- [Quick Start](https://mcp-probe-kit.bytezonex.com/pages/getting-started.html) - Setup in 5 minutes
|
|
42
|
+
- [All Tools](https://mcp-probe-kit.bytezonex.com/pages/all-tools.html) - Complete list of 22 tools
|
|
43
|
+
- [Best Practices](https://mcp-probe-kit.bytezonex.com/pages/examples.html) - Full development workflow guide
|
|
44
|
+
- [v3.0 Migration Guide](https://mcp-probe-kit.bytezonex.com/pages/migration.html) - Upgrade from v2.x to v3.0
|
|
45
|
+
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
## ✨ Core Features
|
|
49
|
+
|
|
50
|
+
### 📦 22 Tools
|
|
51
|
+
|
|
52
|
+
- **🔄 Workflow Orchestration** (6 tools) - One-click complex development workflows
|
|
53
|
+
- `start_feature`, `start_bugfix`, `start_onboard`, `start_ui`, `start_product`, `start_ralph`
|
|
54
|
+
- **🔍 Code Analysis** (4 tools) - Code quality, refactoring, and graph insight
|
|
55
|
+
- `code_review`, `code_insight`, `fix_bug`, `refactor`
|
|
56
|
+
- **📝 Git Tools** (2 tools) - Git commits and work reports
|
|
57
|
+
- `gencommit`, `git_work_report`
|
|
58
|
+
- **⚡ Code Generation** (1 tool) - Test generation
|
|
59
|
+
- `gentest`
|
|
60
|
+
- **📦 Project Management** (6 tools) - Project initialization and requirements management
|
|
59
61
|
- `init_project`, `init_project_context`, `add_feature`, `estimate`, `interview`, `ask_user`
|
|
60
62
|
- **🎨 UI/UX Tools** (3 tools) - Design systems and data synchronization
|
|
61
63
|
- `ui_design_system`, `ui_search`, `sync_ui_data`
|
|
62
64
|
|
|
65
|
+
### 🧠 Code Graph Bridge (GitNexus)
|
|
66
|
+
|
|
67
|
+
- `code_insight` bridges GitNexus by default for query/context/impact analysis
|
|
68
|
+
- `start_feature` and `start_bugfix` automatically enrich plans with graph context when available
|
|
69
|
+
- If GitNexus is unavailable, the server falls back automatically without breaking orchestration
|
|
70
|
+
- Graph snapshots are exposed as resources (`probe://graph/latest`, `probe://graph/history`, `probe://graph/latest.md`)
|
|
71
|
+
- Graph snapshots are also persisted to readable files in `.mcp-probe-kit/graph-snapshots` (customizable via `MCP_GRAPH_SNAPSHOT_DIR`)
|
|
72
|
+
- Tool responses include `_meta.graph` with snapshot URI and local JSON/Markdown file paths
|
|
73
|
+
|
|
63
74
|
### 🎯 Structured Output
|
|
64
75
|
|
|
65
76
|
Core and orchestration tools support **structured output**, returning machine-readable JSON data, improving AI parsing accuracy, supporting tool chaining and state tracking.
|
|
66
77
|
|
|
67
|
-
###
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
- `
|
|
105
|
-
- `
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
###
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
- `
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
- `
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
`
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
- `
|
|
167
|
-
- `
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
**
|
|
178
|
-
|
|
179
|
-
**
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
-
|
|
189
|
-
-
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
-
|
|
203
|
-
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
**Use
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
-
|
|
219
|
-
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
-
|
|
248
|
-
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
{
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
```
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
```
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
```
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
```
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
#
|
|
348
|
-
```
|
|
349
|
-
|
|
350
|
-
###
|
|
351
|
-
```bash
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
#
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
#
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
**
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
-
|
|
427
|
-
-
|
|
428
|
-
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
---
|
|
438
|
-
|
|
439
|
-
|
|
78
|
+
### ⏱️ Native Tasks, Progress, and Cancellation
|
|
79
|
+
|
|
80
|
+
- Built on MCP SDK native task support (`taskStore` + `taskMessageQueue`)
|
|
81
|
+
- Supports task lifecycle endpoints: `tasks/get`, `tasks/result`, `tasks/list`, `tasks/cancel`
|
|
82
|
+
- Advertises `capabilities.tasks.requests.tools.call` so clients can create tasks for `tools/call`
|
|
83
|
+
- Emits `notifications/progress` when client provides `_meta.progressToken`
|
|
84
|
+
- Handles request cancellation via `AbortSignal` and returns a clear cancellation error
|
|
85
|
+
- Long-running orchestration tools (`start_*`) and `sync_ui_data` support cooperative cancellation/progress callbacks
|
|
86
|
+
|
|
87
|
+
### 🔌 Extensions & UI Apps (Optional)
|
|
88
|
+
|
|
89
|
+
- Trace metadata passthrough: request `_meta.trace` is preserved in tool responses (`_meta.trace`)
|
|
90
|
+
- Optional extensions capability switch: enable with `MCP_ENABLE_EXTENSIONS_CAPABILITY=1`
|
|
91
|
+
- Optional MCP Apps resource output for UI tools: enable with `MCP_ENABLE_UI_APPS=1`
|
|
92
|
+
- UI tools can expose preview resources via `ui://...` and response `_meta.ui.resourceUri`
|
|
93
|
+
|
|
94
|
+
### 🧭 Delegated Orchestration Protocol
|
|
95
|
+
|
|
96
|
+
All `start_*` orchestration tools return an **execution plan** in `structuredContent.metadata.plan`.
|
|
97
|
+
AI needs to **call tools step by step and persist files**, rather than the tool executing internally.
|
|
98
|
+
|
|
99
|
+
**Plan Schema (Core Fields)**:
|
|
100
|
+
```json
|
|
101
|
+
{
|
|
102
|
+
"mode": "delegated",
|
|
103
|
+
"steps": [
|
|
104
|
+
{
|
|
105
|
+
"id": "spec",
|
|
106
|
+
"tool": "add_feature",
|
|
107
|
+
"args": { "feature_name": "user-auth", "description": "User authentication feature" },
|
|
108
|
+
"outputs": ["docs/specs/user-auth/requirements.md"]
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
**Field Description**:
|
|
115
|
+
- `mode`: Fixed as `delegated`
|
|
116
|
+
- `steps`: Array of execution steps
|
|
117
|
+
- `tool`: Tool name (e.g. `add_feature`)
|
|
118
|
+
- `action`: Manual action description when no tool (e.g. `update_project_context`)
|
|
119
|
+
- `args`: Tool parameters
|
|
120
|
+
- `outputs`: Expected artifacts
|
|
121
|
+
- `when/dependsOn/note`: Optional conditions and notes
|
|
122
|
+
|
|
123
|
+
### 🧩 Structured Output Field Specification (Key Fields)
|
|
124
|
+
|
|
125
|
+
Both orchestration and atomic tools return `structuredContent`, common fields:
|
|
126
|
+
- `summary`: One-line summary
|
|
127
|
+
- `status`: Status (pending/success/failed/partial)
|
|
128
|
+
- `steps`: Execution steps (orchestration tools)
|
|
129
|
+
- `artifacts`: Artifact list (path + purpose)
|
|
130
|
+
- `metadata.plan`: Delegated execution plan (only start_*)
|
|
131
|
+
- `specArtifacts`: Specification artifacts (start_feature)
|
|
132
|
+
- `estimate`: Estimation results (start_feature / estimate)
|
|
133
|
+
|
|
134
|
+
### 🧠 Requirements Clarification Mode (Requirements Loop)
|
|
135
|
+
|
|
136
|
+
When requirements are unclear, use `requirements_mode=loop` in `start_feature / start_bugfix / start_ui`.
|
|
137
|
+
This mode performs 1-2 rounds of structured clarification before entering spec/fix/UI execution.
|
|
138
|
+
|
|
139
|
+
**Example:**
|
|
140
|
+
```json
|
|
141
|
+
{
|
|
142
|
+
"feature_name": "user-auth",
|
|
143
|
+
"description": "User authentication feature",
|
|
144
|
+
"requirements_mode": "loop",
|
|
145
|
+
"loop_max_rounds": 2,
|
|
146
|
+
"loop_question_budget": 5
|
|
147
|
+
}
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
### 🧩 Template System (Regular Model Friendly)
|
|
151
|
+
|
|
152
|
+
`add_feature` supports template profiles, default `auto` auto-selects: prefers `guided` when requirements are incomplete (includes detailed filling rules and checklists), selects `strict` when requirements are complete (more compact structure, suitable for high-capability models or archival scenarios).
|
|
153
|
+
|
|
154
|
+
**Example:**
|
|
155
|
+
```json
|
|
156
|
+
{
|
|
157
|
+
"description": "Add user authentication feature",
|
|
158
|
+
"template_profile": "auto"
|
|
159
|
+
}
|
|
160
|
+
```
|
|
161
|
+
|
|
162
|
+
**Applicable Tools**:
|
|
163
|
+
- `start_feature` passes `template_profile` to `add_feature`
|
|
164
|
+
- `start_bugfix` / `start_ui` also support `template_profile` for controlling guidance strength (auto/guided/strict)
|
|
165
|
+
|
|
166
|
+
**Template Profile Strategy**:
|
|
167
|
+
- `guided`: Less/incomplete requirements info, regular model priority
|
|
168
|
+
- `strict`: Requirements structured, prefer more compact guidance
|
|
169
|
+
- `auto`: Default recommendation, auto-selects guided/strict
|
|
170
|
+
|
|
171
|
+
### 🔄 Workflow Orchestration
|
|
172
|
+
|
|
173
|
+
6 intelligent orchestration tools that automatically combine multiple basic tools for one-click complex development workflows:
|
|
174
|
+
- `start_feature` - New feature development (Requirements → Design → Estimation)
|
|
175
|
+
- `start_bugfix` - Bug fixing (Analysis → Fix → Testing)
|
|
176
|
+
- `start_onboard` - Project onboarding (Generate project context docs)
|
|
177
|
+
- `start_ui` - UI development (Design system → Components → Code)
|
|
178
|
+
- `start_product` - Product design (PRD → Prototype → Design system → HTML)
|
|
179
|
+
- `start_ralph` - Ralph Loop (Iterative development until goal completion)
|
|
180
|
+
|
|
181
|
+
### 🚀 Product Design Workflow
|
|
182
|
+
|
|
183
|
+
`start_product` is a complete product design orchestration tool, from requirements to interactive prototype:
|
|
184
|
+
|
|
185
|
+
**Workflow:**
|
|
186
|
+
1. **Requirements Analysis** - Generate standard PRD (product overview, feature requirements, page list)
|
|
187
|
+
2. **Prototype Design** - Generate detailed prototype docs for each page
|
|
188
|
+
3. **Design System** - Generate design specifications based on product type
|
|
189
|
+
4. **HTML Prototype** - Generate interactive prototype viewable in browser
|
|
190
|
+
5. **Project Context** - Auto-update project documentation
|
|
191
|
+
|
|
192
|
+
**Structured Output Additions**:
|
|
193
|
+
- `start_product.structuredContent.artifacts`: Artifact list (PRD, prototypes, design system, etc.)
|
|
194
|
+
- `interview.structuredContent.mode`: `usage` / `questions` / `record`
|
|
195
|
+
|
|
196
|
+
### 🎨 UI/UX Pro Max
|
|
197
|
+
|
|
198
|
+
3 UI/UX tools with `start_ui` as the unified entry point:
|
|
199
|
+
- `start_ui` - One-click UI development (supports intelligent mode) (orchestration tool)
|
|
200
|
+
- `ui_design_system` - Intelligent design system generation
|
|
201
|
+
- `ui_search` - UI/UX data search (BM25 algorithm)
|
|
202
|
+
- `sync_ui_data` - Sync latest UI/UX data locally
|
|
203
|
+
|
|
204
|
+
**Note**: `start_ui` automatically calls `ui_design_system` and `ui_search`, you don't need to call them separately.
|
|
205
|
+
|
|
206
|
+
**Inspiration:**
|
|
207
|
+
- [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) - UI/UX design system philosophy
|
|
208
|
+
- [json-render](https://github.com/vercel-labs/json-render) - JSON template rendering engine
|
|
209
|
+
|
|
210
|
+
**Why use `sync_ui_data`?**
|
|
211
|
+
|
|
212
|
+
Our `start_ui` tool relies on a rich UI/UX database (colors, icons, charts, components, design patterns, etc.) to generate high-quality design systems and code. This data comes from npm package [uipro-cli](https://www.npmjs.com/package/uipro-cli), including:
|
|
213
|
+
- 🎨 Color schemes (mainstream brand colors, color palettes)
|
|
214
|
+
- 🔣 Icon libraries (React Icons, Heroicons, etc.)
|
|
215
|
+
- 📊 Chart components (Recharts, Chart.js, etc.)
|
|
216
|
+
- 🎯 Landing page templates (SaaS, e-commerce, government, etc.)
|
|
217
|
+
- 📐 Design specifications (spacing, fonts, shadows, etc.)
|
|
218
|
+
|
|
219
|
+
**Data Sync Strategy:**
|
|
220
|
+
1. **Embedded Data**: Synced at build time, works offline
|
|
221
|
+
2. **Cached Data**: Runtime updates to `~/.mcp-probe-kit/ui-ux-data/`
|
|
222
|
+
3. **Manual Sync**: Use `sync_ui_data` to force update latest data
|
|
223
|
+
|
|
224
|
+
This ensures `start_ui` can generate professional-grade UI code even offline.
|
|
225
|
+
|
|
226
|
+
### 🎤 Requirements Interview
|
|
227
|
+
|
|
228
|
+
2 interview tools to clarify requirements before development:
|
|
229
|
+
- `interview` - Structured requirements interview
|
|
230
|
+
- `ask_user` - AI proactive questioning
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## 🧭 Tool Selection Guide
|
|
235
|
+
|
|
236
|
+
### When to use orchestration tools vs individual tools?
|
|
237
|
+
|
|
238
|
+
**Use orchestration tools (start_*) when:**
|
|
239
|
+
- ✅ Need complete workflow (multiple steps)
|
|
240
|
+
- ✅ Want to automate multiple tasks
|
|
241
|
+
- ✅ Need to generate multiple artifacts (docs, code, tests, etc.)
|
|
242
|
+
|
|
243
|
+
**Use individual tools when:**
|
|
244
|
+
- ✅ Only need specific functionality
|
|
245
|
+
- ✅ Already have project context docs
|
|
246
|
+
- ✅ Need more fine-grained control
|
|
247
|
+
|
|
248
|
+
### Common Scenario Selection
|
|
249
|
+
|
|
250
|
+
| Scenario | Recommended Tool | Reason |
|
|
251
|
+
|---------|-----------------|--------|
|
|
252
|
+
| Develop new feature (complete flow) | `start_feature` | Auto-complete: spec→estimation |
|
|
253
|
+
| Only need feature spec docs | `add_feature` | More lightweight, only generates docs |
|
|
254
|
+
| Fix bug (complete flow) | `start_bugfix` | Auto-complete: analysis→fix→test |
|
|
255
|
+
| Only need bug analysis | `fix_bug` | Faster, only analyzes problem |
|
|
256
|
+
| Generate design system | `ui_design_system` | Directly generate design specs |
|
|
257
|
+
| Develop UI components | `start_ui` | Complete flow: design→components→code |
|
|
258
|
+
| Product design (requirements to prototype) | `start_product` | One-click: PRD→prototype→HTML |
|
|
259
|
+
| One-sentence requirement analysis | `init_project` | Generate complete project spec docs |
|
|
260
|
+
| Project onboarding docs | `init_project_context` | Generate tech stack/architecture/conventions |
|
|
261
|
+
|
|
262
|
+
---
|
|
263
|
+
|
|
264
|
+
## 🚀 Quick Start
|
|
265
|
+
|
|
266
|
+
### Method 1: Use directly with npx (Recommended)
|
|
267
|
+
|
|
268
|
+
No installation needed, use the latest version directly.
|
|
269
|
+
|
|
270
|
+
#### Cursor / Cline Configuration
|
|
271
|
+
|
|
272
|
+
**Config file location:**
|
|
273
|
+
- Windows: `%APPDATA%\Cursor\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json`
|
|
274
|
+
- macOS: `~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`
|
|
275
|
+
- Linux: `~/.config/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`
|
|
276
|
+
|
|
277
|
+
**Config content:**
|
|
278
|
+
```json
|
|
279
|
+
{
|
|
280
|
+
"mcpServers": {
|
|
281
|
+
"mcp-probe-kit": {
|
|
282
|
+
"command": "npx",
|
|
283
|
+
"args": ["mcp-probe-kit@latest"]
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
#### Claude Desktop Configuration
|
|
290
|
+
|
|
291
|
+
**Config file location:**
|
|
292
|
+
- Windows: `%APPDATA%\Claude\claude_desktop_config.json`
|
|
293
|
+
- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`
|
|
294
|
+
- Linux: `~/.config/Claude/claude_desktop_config.json`
|
|
295
|
+
|
|
296
|
+
**Config content:**
|
|
297
|
+
```json
|
|
298
|
+
{
|
|
299
|
+
"mcpServers": {
|
|
300
|
+
"mcp-probe-kit": {
|
|
301
|
+
"command": "npx",
|
|
302
|
+
"args": ["-y", "mcp-probe-kit@latest"]
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
### Method 2: Global Installation
|
|
309
|
+
|
|
310
|
+
```bash
|
|
311
|
+
npm install -g mcp-probe-kit
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
Use in config file:
|
|
315
|
+
```json
|
|
316
|
+
{
|
|
317
|
+
"mcpServers": {
|
|
318
|
+
"mcp-probe-kit": {
|
|
319
|
+
"command": "mcp-probe-kit"
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
```
|
|
324
|
+
|
|
325
|
+
### Restart Client
|
|
326
|
+
|
|
327
|
+
After configuration, **completely quit and reopen** your MCP client.
|
|
328
|
+
|
|
329
|
+
**👉 [Detailed Installation Guide](https://mcp-probe-kit.bytezonex.com/pages/getting-started.html)**
|
|
330
|
+
|
|
331
|
+
---
|
|
332
|
+
|
|
333
|
+
## 💡 Usage Examples
|
|
334
|
+
|
|
335
|
+
### Daily Development
|
|
336
|
+
```bash
|
|
337
|
+
code_review @feature.ts # Code review
|
|
338
|
+
gentest @feature.ts # Generate tests
|
|
339
|
+
gencommit # Generate commit message
|
|
340
|
+
```
|
|
341
|
+
|
|
342
|
+
### New Feature Development
|
|
343
|
+
```bash
|
|
344
|
+
start_feature user-auth "User authentication feature"
|
|
345
|
+
# Auto-complete: Requirements analysis → Design → Effort estimation
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
### Bug Fixing
|
|
349
|
+
```bash
|
|
350
|
+
start_bugfix
|
|
351
|
+
# Then paste error message
|
|
352
|
+
# Auto-complete: Problem location → Fix solution → Test code
|
|
353
|
+
```
|
|
354
|
+
|
|
355
|
+
### Product Design
|
|
356
|
+
```bash
|
|
357
|
+
start_product "Online Education Platform" --product_type=SaaS
|
|
358
|
+
# Auto-complete: PRD → Prototype → Design system → HTML prototype
|
|
359
|
+
```
|
|
360
|
+
|
|
361
|
+
### UI Development
|
|
362
|
+
```bash
|
|
363
|
+
start_ui "Login Page" --mode=auto
|
|
364
|
+
# Auto-complete: Design system → Component generation → Code output
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
### Project Context Documentation
|
|
368
|
+
```bash
|
|
369
|
+
# Single file mode (default) - Generate a complete project-context.md
|
|
370
|
+
init_project_context
|
|
371
|
+
|
|
372
|
+
# Modular mode - Generate 6 category docs (suitable for large projects)
|
|
373
|
+
init_project_context --mode=modular
|
|
374
|
+
# Generates: project-context.md (index) + 5 category docs
|
|
375
|
+
```
|
|
376
|
+
|
|
377
|
+
### Git Work Report
|
|
378
|
+
```bash
|
|
379
|
+
# Generate daily report
|
|
380
|
+
git_work_report --date 2026-02-03
|
|
381
|
+
|
|
382
|
+
# Generate weekly report
|
|
383
|
+
git_work_report --start_date 2026-02-01 --end_date 2026-02-07
|
|
384
|
+
|
|
385
|
+
# Save to file
|
|
386
|
+
git_work_report --date 2026-02-03 --output_file daily-report.md
|
|
387
|
+
# Auto-analyze Git diff, generate concise professional report
|
|
388
|
+
# If direct command fails, auto-provides temp script solution (auto-deletes after execution)
|
|
389
|
+
```
|
|
390
|
+
|
|
391
|
+
**👉 [More Usage Examples](https://mcp-probe-kit.bytezonex.com/pages/examples.html)**
|
|
392
|
+
|
|
393
|
+
---
|
|
394
|
+
|
|
395
|
+
## ❓ FAQ
|
|
396
|
+
|
|
397
|
+
### Q1: Tool not working or errors?
|
|
398
|
+
|
|
399
|
+
Check detailed logs:
|
|
400
|
+
|
|
401
|
+
**Windows (PowerShell):**
|
|
402
|
+
```powershell
|
|
403
|
+
npx -y mcp-probe-kit@latest 2>&1 | Tee-Object -FilePath .\mcp-probe-kit.log
|
|
404
|
+
```
|
|
405
|
+
|
|
406
|
+
**macOS/Linux:**
|
|
407
|
+
```bash
|
|
408
|
+
npx -y mcp-probe-kit@latest 2>&1 | tee ./mcp-probe-kit.log
|
|
409
|
+
```
|
|
410
|
+
|
|
411
|
+
### Q2: Client not recognizing tools after configuration?
|
|
412
|
+
|
|
413
|
+
1. **Restart client** (completely quit then reopen)
|
|
414
|
+
2. Check config file path is correct
|
|
415
|
+
3. Confirm JSON format is correct, no syntax errors
|
|
416
|
+
4. Check client developer tools or logs for error messages
|
|
417
|
+
|
|
418
|
+
### Q3: How to update to latest version?
|
|
419
|
+
|
|
420
|
+
**npx method (Recommended):**
|
|
421
|
+
Use `@latest` tag in config, automatically uses latest version.
|
|
422
|
+
|
|
423
|
+
**Global installation method:**
|
|
424
|
+
```bash
|
|
425
|
+
npm update -g mcp-probe-kit
|
|
426
|
+
```
|
|
427
|
+
|
|
428
|
+
**👉 [More FAQ](https://mcp-probe-kit.bytezonex.com/pages/getting-started.html)**
|
|
429
|
+
|
|
430
|
+
---
|
|
431
|
+
|
|
432
|
+
## 🤝 Contributing
|
|
433
|
+
|
|
434
|
+
Issues and Pull Requests welcome!
|
|
435
|
+
|
|
436
|
+
**Improvement suggestions:**
|
|
437
|
+
- Add useful tools
|
|
438
|
+
- Optimize existing tool prompts
|
|
439
|
+
- Improve documentation and examples
|
|
440
|
+
- Fix bugs
|
|
441
|
+
|
|
442
|
+
---
|
|
443
|
+
|
|
444
|
+
## 📄 License
|
|
445
|
+
|
|
446
|
+
MIT License
|
|
447
|
+
|
|
448
|
+
---
|
|
449
|
+
|
|
450
|
+
## 🔗 Related Links
|
|
451
|
+
|
|
452
|
+
- **Author**: [Kyle (小墨)](https://www.bytezonex.com/)
|
|
453
|
+
- **GitHub**: [mcp-probe-kit](https://github.com/mybolide/mcp-probe-kit)
|
|
454
|
+
- **npm**: [mcp-probe-kit](https://www.npmjs.com/package/mcp-probe-kit)
|
|
455
|
+
- **Documentation**: [https://mcp-probe-kit.bytezonex.com](https://mcp-probe-kit.bytezonex.com/)
|
|
456
|
+
|
|
457
|
+
**Related Projects:**
|
|
458
|
+
- [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) - Official MCP protocol docs
|
|
459
|
+
- [GitHub Spec-Kit](https://github.com/github/spec-kit) - GitHub spec-driven development toolkit
|
|
460
|
+
- [ui-ux-pro-max-skill](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) - UI/UX design system philosophy source
|
|
461
|
+
- [json-render](https://github.com/vercel-labs/json-render) - JSON template rendering engine inspiration
|
|
462
|
+
- [uipro-cli](https://www.npmjs.com/package/uipro-cli) - UI/UX data source
|
|
463
|
+
|
|
464
|
+
---
|
|
465
|
+
|
|
466
|
+
**Made with ❤️ for AI-Powered Development**
|