Skip to content

Commit 51106ba

Browse files
committed
feat(vscode): textlintの設定ファイルを追加
- textlintサーバーの設定を新たに追加しました。
1 parent 102d191 commit 51106ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"servers": {
3+
"textlint": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": [
7+
"textlint",
8+
"--mcp"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)