Skip to content

Commit b7093d5

Browse files
committed
docs(textlint): MCPサーバー設定のサンプルリポジトリを追加
- VSCodeでのtextlint MCPサーバー設定に関するサンプルリポジトリを紹介 - 具体的なクローン手順を記載
1 parent 0bcd328 commit b7093d5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

_posts/2025/2025-06-10-textlint-mcp.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,19 @@ docs/ディレクトリのすべてのファイルにtextlintの自動修正を
157157

158158
![利用例](https://efcl.info/wp-content/uploads/2025/06/10-1749514447.png)
159159

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+
160173
## トラブルシューティング
161174

162175
textlint MCPサーバーで問題が発生した場合:

0 commit comments

Comments
 (0)