create-velox-app 0.6.54 → 0.6.55
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -433,10 +433,10 @@ The MCP server auto-discovers VeloxTS projects:
|
|
|
433
433
|
|
|
434
434
|
```bash
|
|
435
435
|
# Start the MCP server
|
|
436
|
-
npx
|
|
436
|
+
npx @veloxts/mcp
|
|
437
437
|
|
|
438
438
|
# Or with debug logging
|
|
439
|
-
npx
|
|
439
|
+
npx @veloxts/mcp --debug
|
|
440
440
|
```
|
|
441
441
|
|
|
442
442
|
### Setup for Claude Desktop
|
|
@@ -334,10 +334,10 @@ The MCP server auto-discovers VeloxTS projects:
|
|
|
334
334
|
|
|
335
335
|
```bash
|
|
336
336
|
# Start the MCP server
|
|
337
|
-
npx
|
|
337
|
+
npx @veloxts/mcp
|
|
338
338
|
|
|
339
339
|
# Or with debug logging
|
|
340
|
-
npx
|
|
340
|
+
npx @veloxts/mcp --debug
|
|
341
341
|
```
|
|
342
342
|
|
|
343
343
|
### Setup for Claude Desktop
|
|
@@ -173,10 +173,10 @@ The MCP server auto-discovers VeloxTS projects:
|
|
|
173
173
|
|
|
174
174
|
```bash
|
|
175
175
|
# Start the MCP server
|
|
176
|
-
npx
|
|
176
|
+
npx @veloxts/mcp
|
|
177
177
|
|
|
178
178
|
# Or with debug logging
|
|
179
|
-
npx
|
|
179
|
+
npx @veloxts/mcp --debug
|
|
180
180
|
```
|
|
181
181
|
|
|
182
182
|
### Setup for Claude Desktop
|
|
@@ -245,10 +245,10 @@ The MCP server auto-discovers VeloxTS projects:
|
|
|
245
245
|
|
|
246
246
|
```bash
|
|
247
247
|
# Start the MCP server
|
|
248
|
-
npx
|
|
248
|
+
npx @veloxts/mcp
|
|
249
249
|
|
|
250
250
|
# Or with debug logging
|
|
251
|
-
npx
|
|
251
|
+
npx @veloxts/mcp --debug
|
|
252
252
|
```
|
|
253
253
|
|
|
254
254
|
### Setup for Claude Desktop
|