Skip to content

Commit 3c7e34c

Browse files
committed
fix: rename 'type' to 'command' in mcp.json configuration
1 parent cb2d0e5 commit 3c7e34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assets/mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"mcpServers": {
33
"mcp-stdio": {
4-
"type": "node",
4+
"command": "node",
55
"args": ["build/index.js"],
66
"env": {}
77
},

0 commit comments

Comments
 (0)