Skip to content

Commit 5fabe7b

Browse files
authored
fix(mcp): fix mcp.json (#1831)
fix config format.
1 parent dec1611 commit 5fabe7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mcpServers": {
2+
"servers": {
33
"textlint": {
44
"type": "stdio",
55
"command": "npx",
@@ -12,4 +12,4 @@
1212
}
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)