We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14995bd + 1eb7b8c commit e37aff9Copy full SHA for e37aff9
docs/integrate-llm-agent_en.md
@@ -63,13 +63,6 @@ The KWDB MCP Server can work with any LLM Agent that supports the MCP protocol.
63
64
1. Enter the KWDB MCP Server installation directory and start the KWDB MCP Server.
65
66
-- Recommended way:
67
-
68
- ```bash
69
- CONNECTION_STRING="postgresql://<username>:<password>@<host>:<port>/<database_name>?sslmode=disable" PORT=8080 make run-sse
70
- ```
71
72
-- Traditional way (not recommended):
73
74
```bash
75
./bin/kwdb-mcp-server -t sse -p 8080 "postgresql://<username>:<password>@<host>:<port>/<database_name>?sslmode=disable"
0 commit comments