Skip to content

Commit 11ebaf6

Browse files
committed
fix: rename 'type' to 'command' in mcp.json for clarity
1 parent 1ff2667 commit 11ebaf6

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)