File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ database:
285
285
{
286
286
" mcpServers " : {
287
287
" xiyan-mcp-server " : {
288
- " command " : " python" ,
288
+ " command " : " /xxx/ python" ,
289
289
" args " : [
290
290
" -m" ,
291
291
" xiyan_mcp_server"
@@ -297,22 +297,23 @@ database:
297
297
}
298
298
}
299
299
```
300
+ ** 注意此处的python命令需要完整的python可执行文件路径(` /xxx/python ` ),否则会找不到python解释器,可以通过` which python ` 来确定此路径。使用其他非claude应用也是如此。**
300
301
### Cline
301
302
准备配置,参考 [ Claude Desktop] ( #claude-desktop )
302
303
303
304
### Goose
304
305
在配置中添加以下命令,参考 <a href =" https://github.com/XGenerationLab/xiyan_mcp_server/blob/main/imgs/goose.jpg " >Goose 配置示例</a >
305
306
306
307
``` yaml
307
- env YML=path/to/yml python -m xiyan_mcp_server
308
+ env YML=path/to/yml /xxx/ python -m xiyan_mcp_server
308
309
```
309
310
### Cursor
310
311
使用与 [ Goose] ( #goose ) 相同的命令。
311
312
312
313
### Witsy
313
314
在命令中添加以下内容:
314
315
``` yaml
315
- python -m xiyan_mcp_server
316
+ /xxx/ python -m xiyan_mcp_server
316
317
```
317
318
添加一个环境变量:键为 YML,值为您 yml 文件的路径。
318
319
参考 <a href =" https://github.com/XGenerationLab/xiyan_mcp_server/blob/main/imgs/witsy.jpg " >Witsy 配置示例</a >
You can’t perform that action at this time.
0 commit comments