You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -288,7 +288,7 @@ Add this in your Claude Desktop config file, ref <a href="https://github.com/XGe
288
288
{
289
289
"mcpServers": {
290
290
"xiyan-mcp-server": {
291
-
"command": "python",
291
+
"command": "/xxx/python",
292
292
"args": [
293
293
"-m",
294
294
"xiyan_mcp_server"
@@ -300,14 +300,15 @@ Add this in your Claude Desktop config file, ref <a href="https://github.com/XGe
300
300
}
301
301
}
302
302
```
303
+
**Please note that the Python command here requires the complete path to the Python executable (`/xxx/python`); otherwise, the Python interpreter cannot be found. You can determine this path by using the command `which python`. The same applies to other applications as well.**
303
304
### Cline
304
305
Prepare the config like [Claude Desktop](#claude-desktop)
305
306
306
307
### Goose
307
308
Add following command in the config, ref <ahref="https://github.com/XGenerationLab/xiyan_mcp_server/blob/main/imgs/goose.jpg">Goose config example</a>
0 commit comments