Skip to content

Commit 1362410

Browse files
authored
Merge pull request #16 from whchi/master
📝 Typo
2 parents 314b793 + f3229d5 commit 1362410

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For contributing or local development:
177177

178178
3. **Debug with MCP Inspector:**
179179
```bash
180-
npx @modelcontextprotocol/inspector uv run code_index_mcp
180+
npx @modelcontextprotocol/inspector uv run code-index-mcp
181181
```
182182

183183
<details>
@@ -335,7 +335,7 @@ pip install watchdog
335335
git clone https://github.com/johnhuang316/code-index-mcp.git
336336
cd code-index-mcp
337337
uv sync
338-
uv run code_index_mcp
338+
uv run code-index-mcp
339339
```
340340

341341
### 🐛 **Debugging**

README_ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,15 @@ Code Index MCPは、AIモデルと複雑なコードベースの橋渡しをす
169169
"mcpServers": {
170170
"code-index": {
171171
"command": "uv",
172-
"args": ["run", "code_index_mcp"]
172+
"args": ["run", "code-index-mcp"]
173173
}
174174
}
175175
}
176176
```
177177

178178
3. **MCP Inspectorでデバッグ:**
179179
```bash
180-
npx @modelcontextprotocol/inspector uv run code_index_mcp
180+
npx @modelcontextprotocol/inspector uv run code-index-mcp
181181
```
182182

183183
<details>
@@ -335,7 +335,7 @@ pip install watchdog
335335
git clone https://github.com/johnhuang316/code-index-mcp.git
336336
cd code-index-mcp
337337
uv sync
338-
uv run code_index_mcp
338+
uv run code-index-mcp
339339
```
340340

341341
### 🐛 **デバッグ**
@@ -353,4 +353,4 @@ npx @modelcontextprotocol/inspector uvx code-index-mcp
353353

354354
### 🌐 **翻訳**
355355
- [English](README.md)
356-
- [繁體中文](README_zh.md)
356+
- [繁體中文](README_zh.md)

README_zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,15 @@
169169
"mcpServers": {
170170
"code-index": {
171171
"command": "uv",
172-
"args": ["run", "code_index_mcp"]
172+
"args": ["run", "code-index-mcp"]
173173
}
174174
}
175175
}
176176
```
177177

178178
3. **使用 MCP Inspector 除錯:**
179179
```bash
180-
npx @modelcontextprotocol/inspector uv run code_index_mcp
180+
npx @modelcontextprotocol/inspector uv run code-index-mcp
181181
```
182182

183183
<details>
@@ -335,7 +335,7 @@ pip install watchdog
335335
git clone https://github.com/johnhuang316/code-index-mcp.git
336336
cd code-index-mcp
337337
uv sync
338-
uv run code_index_mcp
338+
uv run code-index-mcp
339339
```
340340

341341
### 🐛 **除錯**
@@ -353,4 +353,4 @@ npx @modelcontextprotocol/inspector uvx code-index-mcp
353353

354354
### 🌐 **翻譯**
355355
- [English](README.md)
356-
- [日本語](README_ja.md)
356+
- [日本語](README_ja.md)

0 commit comments

Comments
 (0)