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
tar xvf cardea-mcp-servers-unknown-linux-gnu-x86_64.tar
182
182
```
183
183
184
-
> Download for your platform: https://github.com/cardea-mcp/cardea-mcp-servers/releases/tag/0.7.0/
184
+
> Download for your platform: https://github.com/cardea-mcp/cardea-mcp-servers/releases/tag/0.8.0/
185
185
186
186
Set the environment variables. The `TIDB_CONNECTION` is the TiDB connection URL from above, which includes the username and password. The `QDRANT_BASE_URL` is the Qdrant cluster connection URL, and it defaults to `http://localhost:6333`.
Start the agentic search MCP server with database connection parameters. Make sure that you adjust the `--search-tool-desc` and `--search-tool-param-desc` to describe the search queries that can be performed for this database.
196
+
Start the agentic search MCP server with database connection parameters. Make sure that you adjust the `--search-tool-prompt` to describe the search queries that can be performed for this database.
197
197
198
198
```
199
199
nohup ./cardea-agentic-search-mcp-server \
200
200
--socket-addr 127.0.0.1:9096 \
201
201
--transport stream-http \
202
-
--search-tool-desc "You MUST call the search() tool before you answer any factual question. Create a question from the user query and relevant context, and pass the question as a string to the tool call." \
203
-
--search-tool-param-desc "The question to search for answers." \
202
+
--search-tool-prompt "You MUST call the search() tool before you answer any factual question. Create a question from the user query and relevant context, and pass the question as a string to the tool call." \
0 commit comments