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
Note that ``dialect`` should be ``postgresql`` for postgresql.
284
284
## Launch
285
-
### Claude Desktop
285
+
286
+
### STDIO Transport
287
+
Normally, stdio transport is used with the specific mcp application as follows.
288
+
#### Claude Desktop
286
289
Add this in your Claude Desktop config file, ref <a href="https://github.com/XGenerationLab/xiyan_mcp_server/blob/main/imgs/claude_desktop.jpg">Claude Desktop config example</a>
287
290
```json
288
291
{
@@ -301,26 +304,47 @@ Add this in your Claude Desktop config file, ref <a href="https://github.com/XGe
301
304
}
302
305
```
303
306
**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.**
304
-
### Cline
307
+
####Cline
305
308
Prepare the config like [Claude Desktop](#claude-desktop)
306
309
307
-
### Goose
310
+
####Goose
308
311
Add following command in the config, ref <ahref="https://github.com/XGenerationLab/xiyan_mcp_server/blob/main/imgs/goose.jpg">Goose config example</a>
SSE transport server has to be started with the following command first. The server runs defaultly on port 8000. You can change it by setting the environment variable FASTMCP_PORT.
0 commit comments