Skip to content

Commit 456c634

Browse files
Update README_zh.md
1 parent f51aea0 commit 456c634

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README_zh.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ database:
285285
{
286286
"mcpServers": {
287287
"xiyan-mcp-server": {
288-
"command": "python",
288+
"command": "/xxx/python",
289289
"args": [
290290
"-m",
291291
"xiyan_mcp_server"
@@ -297,22 +297,23 @@ database:
297297
}
298298
}
299299
```
300+
**注意此处的python命令需要完整的python可执行文件路径(`/xxx/python`),否则会找不到python解释器,可以通过`which python`来确定此路径。使用其他非claude应用也是如此。**
300301
### Cline
301302
准备配置,参考 [Claude Desktop](#claude-desktop)
302303

303304
### Goose
304305
在配置中添加以下命令,参考 <a href="https://github.com/XGenerationLab/xiyan_mcp_server/blob/main/imgs/goose.jpg">Goose 配置示例</a>
305306

306307
```yaml
307-
env YML=path/to/yml python -m xiyan_mcp_server
308+
env YML=path/to/yml /xxx/python -m xiyan_mcp_server
308309
```
309310
### Cursor
310311
使用与 [Goose](#goose) 相同的命令。
311312

312313
### Witsy
313314
在命令中添加以下内容:
314315
```yaml
315-
python -m xiyan_mcp_server
316+
/xxx/python -m xiyan_mcp_server
316317
```
317318
添加一个环境变量:键为 YML,值为您 yml 文件的路径。
318319
参考 <a href="https://github.com/XGenerationLab/xiyan_mcp_server/blob/main/imgs/witsy.jpg">Witsy 配置示例</a>

0 commit comments

Comments
 (0)