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.
init.sql
1 parent 046d8f7 commit 45f0704Copy full SHA for 45f0704
topic/machine-learning/llm-langchain/README.md
@@ -137,6 +137,11 @@ easily move to a different cluster tier or scale horizontally.
137
138
### MCP
139
140
+# Provision database.
141
+```bash
142
+crash < init.sql
143
+```
144
+
145
Spin up the [CrateDB MCP server], connecting it to CrateDB on localhost.
146
```bash
147
export CRATEDB_CLUSTER_URL=http://crate:crate@localhost:4200/
topic/machine-learning/llm-langchain/agent_with_mcp.py
@@ -9,6 +9,9 @@
9
# Start database.
10
docker run --rm -it --publish=4200:4200 crate/crate:nightly
11
12
13
14
15
# Start MCP server.
16
export CRATEDB_MCP_TRANSPORT=streamable-http
17
export CRATEDB_MCP_HOST=0.0.0.0
0 commit comments