@devflow-tools/mcp-server 0.12.5 → 0.12.6
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/dist/command-registry.json +0 -170
- package/package.json +2 -2
|
@@ -60,176 +60,6 @@
|
|
|
60
60
|
"run_workflow"
|
|
61
61
|
],
|
|
62
62
|
"blockedNative": []
|
|
63
|
-
},
|
|
64
|
-
"devflow:react": {
|
|
65
|
-
"mcpTools": [
|
|
66
|
-
"react_diagnose_bug",
|
|
67
|
-
"react_new_feature",
|
|
68
|
-
"react_audit_performance",
|
|
69
|
-
"react_review_hooks",
|
|
70
|
-
"react_refactor_component",
|
|
71
|
-
"react_new_component"
|
|
72
|
-
],
|
|
73
|
-
"blockedNative": [
|
|
74
|
-
"grep",
|
|
75
|
-
"find",
|
|
76
|
-
"rg",
|
|
77
|
-
"ag",
|
|
78
|
-
"Grep",
|
|
79
|
-
"Glob",
|
|
80
|
-
"Explore",
|
|
81
|
-
"WebSearch",
|
|
82
|
-
"WebFetch"
|
|
83
|
-
]
|
|
84
|
-
},
|
|
85
|
-
"devflow:vue": {
|
|
86
|
-
"mcpTools": [
|
|
87
|
-
"vue_diagnose_bug",
|
|
88
|
-
"vue_new_component",
|
|
89
|
-
"vue_debug_reactivity"
|
|
90
|
-
],
|
|
91
|
-
"blockedNative": [
|
|
92
|
-
"grep",
|
|
93
|
-
"find",
|
|
94
|
-
"rg",
|
|
95
|
-
"ag",
|
|
96
|
-
"Grep",
|
|
97
|
-
"Glob",
|
|
98
|
-
"Explore",
|
|
99
|
-
"WebSearch",
|
|
100
|
-
"WebFetch"
|
|
101
|
-
]
|
|
102
|
-
},
|
|
103
|
-
"devflow:tailwind": {
|
|
104
|
-
"mcpTools": [
|
|
105
|
-
"tailwind_new_component"
|
|
106
|
-
],
|
|
107
|
-
"blockedNative": [
|
|
108
|
-
"grep",
|
|
109
|
-
"find",
|
|
110
|
-
"rg",
|
|
111
|
-
"ag",
|
|
112
|
-
"Grep",
|
|
113
|
-
"Glob",
|
|
114
|
-
"Explore",
|
|
115
|
-
"WebSearch",
|
|
116
|
-
"WebFetch"
|
|
117
|
-
]
|
|
118
|
-
},
|
|
119
|
-
"devflow:taro": {
|
|
120
|
-
"mcpTools": [
|
|
121
|
-
"taro_new_page"
|
|
122
|
-
],
|
|
123
|
-
"blockedNative": [
|
|
124
|
-
"grep",
|
|
125
|
-
"find",
|
|
126
|
-
"rg",
|
|
127
|
-
"ag",
|
|
128
|
-
"Grep",
|
|
129
|
-
"Glob",
|
|
130
|
-
"Explore",
|
|
131
|
-
"WebSearch",
|
|
132
|
-
"WebFetch"
|
|
133
|
-
]
|
|
134
|
-
},
|
|
135
|
-
"devflow:nest": {
|
|
136
|
-
"mcpTools": [
|
|
137
|
-
"nest_new_module",
|
|
138
|
-
"nest_diagnose_bug"
|
|
139
|
-
],
|
|
140
|
-
"blockedNative": [
|
|
141
|
-
"grep",
|
|
142
|
-
"find",
|
|
143
|
-
"rg",
|
|
144
|
-
"ag",
|
|
145
|
-
"Grep",
|
|
146
|
-
"Glob",
|
|
147
|
-
"Explore",
|
|
148
|
-
"WebSearch",
|
|
149
|
-
"WebFetch"
|
|
150
|
-
]
|
|
151
|
-
},
|
|
152
|
-
"devflow:graphql": {
|
|
153
|
-
"mcpTools": [
|
|
154
|
-
"graphql_new_graphql_type",
|
|
155
|
-
"graphql_diagnose_bug"
|
|
156
|
-
],
|
|
157
|
-
"blockedNative": [
|
|
158
|
-
"grep",
|
|
159
|
-
"find",
|
|
160
|
-
"rg",
|
|
161
|
-
"ag",
|
|
162
|
-
"Grep",
|
|
163
|
-
"Glob",
|
|
164
|
-
"Explore",
|
|
165
|
-
"WebSearch",
|
|
166
|
-
"WebFetch"
|
|
167
|
-
]
|
|
168
|
-
},
|
|
169
|
-
"devflow:docker": {
|
|
170
|
-
"mcpTools": [
|
|
171
|
-
"docker_dockerize_project"
|
|
172
|
-
],
|
|
173
|
-
"blockedNative": [
|
|
174
|
-
"grep",
|
|
175
|
-
"find",
|
|
176
|
-
"rg",
|
|
177
|
-
"ag",
|
|
178
|
-
"Grep",
|
|
179
|
-
"Glob",
|
|
180
|
-
"Explore",
|
|
181
|
-
"WebSearch",
|
|
182
|
-
"WebFetch"
|
|
183
|
-
]
|
|
184
|
-
},
|
|
185
|
-
"devflow:performance": {
|
|
186
|
-
"mcpTools": [
|
|
187
|
-
"performance_audit_performance"
|
|
188
|
-
],
|
|
189
|
-
"blockedNative": [
|
|
190
|
-
"grep",
|
|
191
|
-
"find",
|
|
192
|
-
"rg",
|
|
193
|
-
"ag",
|
|
194
|
-
"Grep",
|
|
195
|
-
"Glob",
|
|
196
|
-
"Explore",
|
|
197
|
-
"WebSearch",
|
|
198
|
-
"WebFetch"
|
|
199
|
-
]
|
|
200
|
-
},
|
|
201
|
-
"devflow:nextjs": {
|
|
202
|
-
"mcpTools": [
|
|
203
|
-
"nextjs_new_page",
|
|
204
|
-
"nextjs_diagnose_bug"
|
|
205
|
-
],
|
|
206
|
-
"blockedNative": [
|
|
207
|
-
"grep",
|
|
208
|
-
"find",
|
|
209
|
-
"rg",
|
|
210
|
-
"ag",
|
|
211
|
-
"Grep",
|
|
212
|
-
"Glob",
|
|
213
|
-
"Explore",
|
|
214
|
-
"WebSearch",
|
|
215
|
-
"WebFetch"
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
"devflow:electron": {
|
|
219
|
-
"mcpTools": [
|
|
220
|
-
"electron_diagnose_bug"
|
|
221
|
-
],
|
|
222
|
-
"blockedNative": [
|
|
223
|
-
"grep",
|
|
224
|
-
"find",
|
|
225
|
-
"rg",
|
|
226
|
-
"ag",
|
|
227
|
-
"Grep",
|
|
228
|
-
"Glob",
|
|
229
|
-
"Explore",
|
|
230
|
-
"WebSearch",
|
|
231
|
-
"WebFetch"
|
|
232
|
-
]
|
|
233
63
|
}
|
|
234
64
|
}
|
|
235
65
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devflow-tools/mcp-server",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"dist",
|
|
31
31
|
"bin"
|
|
32
32
|
],
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "d544427472016eb332c6c2107f0fc98d8ae59c14"
|
|
34
34
|
}
|