Skip to content

Commit ce5e9ba

Browse files
authored
Update 2025-05-09-jser-mcp.md
1 parent 6beefde commit ce5e9ba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_i18n/ja/_posts/2025/2025-05-09-jser-mcp.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ VSCode の `settings.json` ファイルに以下の設定を記述すること
8181
ローカル環境でサーバーを起動して利用することも可能です。
8282

8383
1. ターミナルで`@jser/mcp` パッケージを実行してサーバーを起動します。
84-
```bash
85-
npx @jser/mcp
86-
```
84+
85+
```bash
86+
npx @jser/mcp
87+
```
88+
8789
2. VSCode のコマンドパレット (Cmd+Shift+P または Ctrl+Shift+P) から「MCP: Add Server...」を選択します。
8890
3. サーバー URL として、ローカルサーバーがリッスンしている `http://localhost:14561/mcp` を入力し接続します。
8991

0 commit comments

Comments
 (0)