Skip to content

Commit e37aff9

Browse files
momo2366gitee-org
authored andcommitted
!14 fix command
Merge pull request !14 from momo/fix_doc
2 parents 14995bd + 1eb7b8c commit e37aff9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/integrate-llm-agent_en.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ The KWDB MCP Server can work with any LLM Agent that supports the MCP protocol.
6363

6464
1. Enter the KWDB MCP Server installation directory and start the KWDB MCP Server.
6565

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):
7366

7467
```bash
7568
./bin/kwdb-mcp-server -t sse -p 8080 "postgresql://<username>:<password>@<host>:<port>/<database_name>?sslmode=disable"

0 commit comments

Comments
 (0)