We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bcd328 commit b7093d5Copy full SHA for b7093d5
1 file changed
_posts/2025/2025-06-10-textlint-mcp.md
@@ -157,6 +157,19 @@ docs/ディレクトリのすべてのファイルにtextlintの自動修正を
157
158

159
160
+## サンプルリポジトリ
161
+
162
+次のリポジトリは、VSCodeでtextlint MCPサーバーを設定したサンプルです。
163
164
+- [azu/textlint-mcp-example](https://github.com/azu/textlint-mcp-example)
165
166
+```
167
+git clone https://github.com/azu/textlint-mcp-example.git
168
+cd textlint-mcp-example
169
+npm ci
170
+code .
171
172
173
## トラブルシューティング
174
175
textlint MCPサーバーで問題が発生した場合:
0 commit comments