File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ For contributing or local development:
177
177
178
178
3 . ** Debug with MCP Inspector:**
179
179
``` bash
180
- npx @modelcontextprotocol/inspector uv run code_index_mcp
180
+ npx @modelcontextprotocol/inspector uv run code-index-mcp
181
181
```
182
182
183
183
<details >
@@ -335,7 +335,7 @@ pip install watchdog
335
335
git clone https://github.com/johnhuang316/code-index-mcp.git
336
336
cd code-index-mcp
337
337
uv sync
338
- uv run code_index_mcp
338
+ uv run code-index-mcp
339
339
```
340
340
341
341
### 🐛 ** Debugging**
Original file line number Diff line number Diff line change @@ -169,15 +169,15 @@ Code Index MCPは、AIモデルと複雑なコードベースの橋渡しをす
169
169
"mcpServers" : {
170
170
"code-index" : {
171
171
"command" : " uv" ,
172
- "args" : [" run" , " code_index_mcp " ]
172
+ "args" : [" run" , " code-index-mcp " ]
173
173
}
174
174
}
175
175
}
176
176
```
177
177
178
178
3 . ** MCP Inspectorでデバッグ:**
179
179
``` bash
180
- npx @modelcontextprotocol/inspector uv run code_index_mcp
180
+ npx @modelcontextprotocol/inspector uv run code-index-mcp
181
181
```
182
182
183
183
<details >
@@ -335,7 +335,7 @@ pip install watchdog
335
335
git clone https://github.com/johnhuang316/code-index-mcp.git
336
336
cd code-index-mcp
337
337
uv sync
338
- uv run code_index_mcp
338
+ uv run code-index-mcp
339
339
```
340
340
341
341
### 🐛 ** デバッグ**
@@ -353,4 +353,4 @@ npx @modelcontextprotocol/inspector uvx code-index-mcp
353
353
354
354
### 🌐 ** 翻訳**
355
355
- [ English] ( README.md )
356
- - [ 繁體中文] ( README_zh.md )
356
+ - [ 繁體中文] ( README_zh.md )
Original file line number Diff line number Diff line change 169
169
"mcpServers" : {
170
170
"code-index" : {
171
171
"command" : " uv" ,
172
- "args" : [" run" , " code_index_mcp " ]
172
+ "args" : [" run" , " code-index-mcp " ]
173
173
}
174
174
}
175
175
}
176
176
```
177
177
178
178
3 . ** 使用 MCP Inspector 除錯:**
179
179
``` bash
180
- npx @modelcontextprotocol/inspector uv run code_index_mcp
180
+ npx @modelcontextprotocol/inspector uv run code-index-mcp
181
181
```
182
182
183
183
<details >
@@ -335,7 +335,7 @@ pip install watchdog
335
335
git clone https://github.com/johnhuang316/code-index-mcp.git
336
336
cd code-index-mcp
337
337
uv sync
338
- uv run code_index_mcp
338
+ uv run code-index-mcp
339
339
```
340
340
341
341
### 🐛 ** 除錯**
@@ -353,4 +353,4 @@ npx @modelcontextprotocol/inspector uvx code-index-mcp
353
353
354
354
### 🌐 ** 翻譯**
355
355
- [ English] ( README.md )
356
- - [ 日本語] ( README_ja.md )
356
+ - [ 日本語] ( README_ja.md )
You can’t perform that action at this time.
0 commit comments