mcp-probe-kit 3.0.7 → 3.0.8

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.
@@ -1,157 +1,162 @@
1
- {
2
- "meta": {
3
- "title": "All Tools - Complete List of 21 AI Development Tools | MCP Probe Kit",
4
- "description": "MCP Probe Kit complete tool list: 6 workflow orchestration tools, 3 code analysis tools, 1 Git tool, 1 generation tool, 7 project management tools, 3 UI/UX tools.",
5
- "keywords": "AI development tools, code generation tools, code review tools, Git automation, UI generation, code refactoring, performance optimization, security scanning"
6
- },
7
- "page": {
8
- "subtitle": "MCP Probe Kit provides 21 practical tools with structured output support for core and orchestration tools"
9
- },
10
- "search": {
11
- "placeholder": "🔍 Search tool name or description...",
12
- "found": "Found {count} matching tools",
13
- "noResults": "No matching tools found"
14
- },
15
- "footer": {
16
- "lastUpdate": "Last Update",
17
- "protocol": "Protocol",
18
- "sdk": "SDK",
19
- "editPage": "Edit this page",
20
- "reportIssue": "Report Issue"
21
- },
22
- "toolShortDesc": {
23
- "start_feature": "New Feature",
24
- "start_bugfix": "Fix Bug",
25
- "start_onboard": "Quick Start",
26
- "start_ralph": "Loop Dev",
27
- "start_product": "Product Design",
28
- "start_ui": "UI Dev",
29
- "code_review": "Code Review",
30
- "fix_bug": "Fix Bug",
31
- "refactor": "Refactor",
32
- "gencommit": "Gen Commit",
33
- "gentest": "Gen Test",
34
- "git_work_report": "Work Report",
35
- "init_project": "Init Project",
36
- "init_project_context": "Project Context",
37
- "add_feature": "Add Feature",
38
- "estimate": "Estimate",
39
- "interview": "Interview",
40
- "ask_user": "Ask User",
41
- "ui_design_system": "Design System",
42
- "ui_search": "Search UI",
43
- "sync_ui_data": "Sync Data"
44
- },
45
- "categories": {
46
- "workflow": {
47
- "title": "Workflow Orchestration",
48
- "count": "6 tools"
49
- },
50
- "analysis": {
51
- "title": "Code Analysis",
52
- "count": "3 tools"
53
- },
54
- "git": {
55
- "title": "Git Tools",
56
- "count": "2 tools"
57
- },
58
- "generation": {
59
- "title": "Code Generation",
60
- "count": "1 tool"
61
- },
62
- "project": {
63
- "title": "Project Management",
64
- "count": "6 tools"
65
- },
66
- "uiux": {
67
- "title": "UI/UX Design",
68
- "count": "3 tools"
69
- }
70
- },
71
- "toolsData": {
72
- "start_feature": {
73
- "description": "Complete feature development workflow orchestration: check context → generate specs → estimate workload",
74
- "usage": "Used to initiate complete feature development process, automatically generating requirement documents, design plans, and workload estimates"
75
- },
76
- "start_bugfix": {
77
- "description": "Bug fix workflow orchestration: check context → analyze and locate → fix solution → generate tests",
78
- "usage": "Used for systematic bug fixing, providing complete analysis, location, fix, and test solutions"
79
- },
80
- "start_onboard": {
81
- "description": "Project onboarding workflow: generate context documentation to help new members quickly understand the project",
82
- "usage": "Help new members quickly understand project structure, tech stack, and development standards"
83
- },
84
- "start_ralph": {
85
- "description": "Ralph Wiggum Loop automated development, start loop development process with multiple safety protections enabled by default",
86
- "usage": "Start automated loop development, AI will continuously iterate until goal is achieved or safety limits are reached"
87
- },
88
- "start_product": {
89
- "description": "Complete product design workflow orchestration: PRD → prototype docs → design system → HTML prototype → project context update",
90
- "usage": "One-click completion from requirements to HTML prototype, generating directly demonstrable product prototypes"
91
- },
92
- "start_ui": {
93
- "description": "Unified UI development entry: check design system → generate component catalog → search/generate templates → render code",
94
- "usage": "One-click completion of entire UI development process, from design system to final code"
95
- },
96
- "code_review": {
97
- "description": "Intelligent code review, analyzing code from multiple dimensions including security, performance, quality, style, and best practices",
98
- "usage": "Comprehensive code quality review, outputting structured issue list (severity/category/suggestion)"
99
- },
100
- "fix_bug": {
101
- "description": "Bug fix guidance, providing root cause analysis, fix plan, test plan, and prevention measures",
102
- "usage": "Provide complete bug fix guidance, including root cause analysis, fix solution, test plan, and prevention measures"
103
- },
104
- "refactor": {
105
- "description": "Refactoring suggestion tool, analyzing code structure, providing refactoring steps, risk assessment, and rollback plan",
106
- "usage": "Analyze code structure, provide refactoring suggestions, refactoring steps, and risk assessment"
107
- },
108
- "gencommit": {
109
- "description": "Automatically generate Git commit messages compliant with Conventional Commits specification based on code changes",
110
- "usage": "Generate commit messages compliant with Conventional Commits specification based on code changes"
111
- },
112
- "git_work_report": {
113
- "description": "Generate work reports (daily/periodic) based on Git diff analysis, intelligently extracting actual work content",
114
- "usage": "Automatically read Git commits for specified dates, analyze diff content, generate concise professional work reports. If direct command fails, provides temporary script solution (auto-deleted after execution)"
115
- },
116
- "gentest": {
117
- "description": "Generate unit tests, supporting Jest/Vitest/Mocha frameworks, including edge cases and mock data",
118
- "usage": "Generate unit test code, including edge cases and mocks"
119
- },
120
- "init_project": {
121
- "description": "Generate requirement/design/task documents following Spec-Driven Development approach",
122
- "usage": "Generate requirement/design/task documents following Spec-Driven Development approach"
123
- },
124
- "init_project_context": {
125
- "description": "Generate project context documentation (tech stack/architecture/coding standards)",
126
- "usage": "Generate project context documentation to help team quickly get started"
127
- },
128
- "add_feature": {
129
- "description": "Generate new feature specification documents (requirements/design/task list) based on project context",
130
- "usage": "Generate new feature specification documents (requirements/design/task list) based on project context"
131
- },
132
- "estimate": {
133
- "description": "Estimate development workload, output story points, time range (optimistic/normal/pessimistic), risk points",
134
- "usage": "Estimate development workload, output story points, time range (optimistic/normal/pessimistic), risk points"
135
- },
136
- "interview": {
137
- "description": "Requirements interview tool, clarifying requirements through structured questioning to avoid misunderstandings and rework",
138
- "usage": "Requirements interview tool, clarifying requirements through structured questioning before development"
139
- },
140
- "ask_user": {
141
- "description": "AI proactive questioning tool, supporting single or multiple questions, providing options, marking importance",
142
- "usage": "AI proactively asks users questions, supporting single or multiple questions, providing options, marking importance"
143
- },
144
- "ui_design_system": {
145
- "description": "Intelligent design system generator, generating complete design specifications based on product type reasoning",
146
- "usage": "Based on product type and requirements, use AI reasoning engine to generate complete design system recommendations"
147
- },
148
- "ui_search": {
149
- "description": "Search UI/UX database, including colors, icons, charts, components, design patterns, etc.",
150
- "usage": "Search UI/UX database using BM25 algorithm for intelligent search"
151
- },
152
- "sync_ui_data": {
153
- "description": "Sync UI/UX data to local cache, supporting automatic update checking and forced sync",
154
- "usage": "Sync UI/UX data to local cache, downloading latest data from npm package uipro-cli"
155
- }
156
- }
157
- }
1
+ {
2
+ "meta": {
3
+ "title": "All Tools - Complete List of 22 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.",
5
+ "keywords": "AI development tools, code generation tools, code review tools, Git automation, UI generation, code refactoring, performance optimization, security scanning"
6
+ },
7
+ "page": {
8
+ "subtitle": "MCP Probe Kit provides 22 practical tools with structured output support for core and orchestration tools"
9
+ },
10
+ "search": {
11
+ "placeholder": "🔍 Search tool name or description...",
12
+ "found": "Found {count} matching tools",
13
+ "noResults": "No matching tools found"
14
+ },
15
+ "footer": {
16
+ "lastUpdate": "Last Update",
17
+ "protocol": "Protocol",
18
+ "sdk": "SDK",
19
+ "editPage": "Edit this page",
20
+ "reportIssue": "Report Issue"
21
+ },
22
+ "toolShortDesc": {
23
+ "start_feature": "New Feature",
24
+ "start_bugfix": "Fix Bug",
25
+ "start_onboard": "Quick Start",
26
+ "start_ralph": "Loop Dev",
27
+ "start_product": "Product Design",
28
+ "start_ui": "UI Dev",
29
+ "code_review": "Code Review",
30
+ "fix_bug": "Fix Bug",
31
+ "refactor": "Refactor",
32
+ "gencommit": "Gen Commit",
33
+ "gentest": "Gen Test",
34
+ "git_work_report": "Work Report",
35
+ "init_project": "Init Project",
36
+ "init_project_context": "Project Context",
37
+ "add_feature": "Add Feature",
38
+ "estimate": "Estimate",
39
+ "interview": "Interview",
40
+ "ask_user": "Ask User",
41
+ "ui_design_system": "Design System",
42
+ "ui_search": "Search UI",
43
+ "sync_ui_data": "Sync Data",
44
+ "code_insight": "Code Insight"
45
+ },
46
+ "categories": {
47
+ "workflow": {
48
+ "title": "Workflow Orchestration",
49
+ "count": "6 tools"
50
+ },
51
+ "analysis": {
52
+ "title": "Code Analysis",
53
+ "count": "4 tools"
54
+ },
55
+ "git": {
56
+ "title": "Git Tools",
57
+ "count": "2 tools"
58
+ },
59
+ "generation": {
60
+ "title": "Code Generation",
61
+ "count": "1 tool"
62
+ },
63
+ "project": {
64
+ "title": "Project Management",
65
+ "count": "6 tools"
66
+ },
67
+ "uiux": {
68
+ "title": "UI/UX Design",
69
+ "count": "3 tools"
70
+ }
71
+ },
72
+ "toolsData": {
73
+ "start_feature": {
74
+ "description": "Complete feature development workflow orchestration: check context generate specs estimate workload",
75
+ "usage": "Used to initiate complete feature development process, automatically generating requirement documents, design plans, and workload estimates"
76
+ },
77
+ "start_bugfix": {
78
+ "description": "Bug fix workflow orchestration: check context analyze and locate → fix solution generate tests",
79
+ "usage": "Used for systematic bug fixing, providing complete analysis, location, fix, and test solutions"
80
+ },
81
+ "start_onboard": {
82
+ "description": "Project onboarding workflow: generate context documentation to help new members quickly understand the project",
83
+ "usage": "Help new members quickly understand project structure, tech stack, and development standards"
84
+ },
85
+ "start_ralph": {
86
+ "description": "Ralph Wiggum Loop automated development, start loop development process with multiple safety protections enabled by default",
87
+ "usage": "Start automated loop development, AI will continuously iterate until goal is achieved or safety limits are reached"
88
+ },
89
+ "start_product": {
90
+ "description": "Complete product design workflow orchestration: PRD → prototype docs → design system → HTML prototype project context update",
91
+ "usage": "One-click completion from requirements to HTML prototype, generating directly demonstrable product prototypes"
92
+ },
93
+ "start_ui": {
94
+ "description": "Unified UI development entry: check design system generate component catalog → search/generate templates → render code",
95
+ "usage": "One-click completion of entire UI development process, from design system to final code"
96
+ },
97
+ "code_review": {
98
+ "description": "Intelligent code review, analyzing code from multiple dimensions including security, performance, quality, style, and best practices",
99
+ "usage": "Comprehensive code quality review, outputting structured issue list (severity/category/suggestion)"
100
+ },
101
+ "fix_bug": {
102
+ "description": "Bug fix guidance, providing root cause analysis, fix plan, test plan, and prevention measures",
103
+ "usage": "Provide complete bug fix guidance, including root cause analysis, fix solution, test plan, and prevention measures"
104
+ },
105
+ "refactor": {
106
+ "description": "Refactoring suggestion tool, analyzing code structure, providing refactoring steps, risk assessment, and rollback plan",
107
+ "usage": "Analyze code structure, provide refactoring suggestions, refactoring steps, and risk assessment"
108
+ },
109
+ "gencommit": {
110
+ "description": "Automatically generate Git commit messages compliant with Conventional Commits specification based on code changes",
111
+ "usage": "Generate commit messages compliant with Conventional Commits specification based on code changes"
112
+ },
113
+ "git_work_report": {
114
+ "description": "Generate work reports (daily/periodic) based on Git diff analysis, intelligently extracting actual work content",
115
+ "usage": "Automatically read Git commits for specified dates, analyze diff content, generate concise professional work reports. If direct command fails, provides temporary script solution (auto-deleted after execution)"
116
+ },
117
+ "gentest": {
118
+ "description": "Generate unit tests, supporting Jest/Vitest/Mocha frameworks, including edge cases and mock data",
119
+ "usage": "Generate unit test code, including edge cases and mocks"
120
+ },
121
+ "init_project": {
122
+ "description": "Generate requirement/design/task documents following Spec-Driven Development approach",
123
+ "usage": "Generate requirement/design/task documents following Spec-Driven Development approach"
124
+ },
125
+ "init_project_context": {
126
+ "description": "Generate project context documentation (tech stack/architecture/coding standards)",
127
+ "usage": "Generate project context documentation to help team quickly get started"
128
+ },
129
+ "add_feature": {
130
+ "description": "Generate new feature specification documents (requirements/design/task list) based on project context",
131
+ "usage": "Generate new feature specification documents (requirements/design/task list) based on project context"
132
+ },
133
+ "estimate": {
134
+ "description": "Estimate development workload, output story points, time range (optimistic/normal/pessimistic), risk points",
135
+ "usage": "Estimate development workload, output story points, time range (optimistic/normal/pessimistic), risk points"
136
+ },
137
+ "interview": {
138
+ "description": "Requirements interview tool, clarifying requirements through structured questioning to avoid misunderstandings and rework",
139
+ "usage": "Requirements interview tool, clarifying requirements through structured questioning before development"
140
+ },
141
+ "ask_user": {
142
+ "description": "AI proactive questioning tool, supporting single or multiple questions, providing options, marking importance",
143
+ "usage": "AI proactively asks users questions, supporting single or multiple questions, providing options, marking importance"
144
+ },
145
+ "ui_design_system": {
146
+ "description": "Intelligent design system generator, generating complete design specifications based on product type reasoning",
147
+ "usage": "Based on product type and requirements, use AI reasoning engine to generate complete design system recommendations"
148
+ },
149
+ "ui_search": {
150
+ "description": "Search UI/UX database, including colors, icons, charts, components, design patterns, etc.",
151
+ "usage": "Search UI/UX database using BM25 algorithm for intelligent search"
152
+ },
153
+ "sync_ui_data": {
154
+ "description": "Sync UI/UX data to local cache, supporting automatic update checking and forced sync",
155
+ "usage": "Sync UI/UX data to local cache, downloading latest data from npm package uipro-cli"
156
+ },
157
+ "code_insight": {
158
+ "description": "Code graph insight tool, bridging GitNexus to analyze call chains, context, and impact (auto-degrades when unavailable)",
159
+ "usage": "Quickly obtain graph insights and enhance start_feature/start_bugfix planning"
160
+ }
161
+ }
162
+ }