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.
1 parent 178cb5f commit 125c6e1Copy full SHA for 125c6e1
framework/mcp/example_cratedb_mcp.py
@@ -12,9 +12,9 @@
12
# Create server parameters for stdio connection.
13
server_params = StdioServerParameters(
14
command="cratedb-mcp",
15
- args=[],
+ args=["serve"],
16
env={
17
- "CRATEDB_MCP_HTTP_URL": "http://localhost:4200",
+ "CRATEDB_CLUSTER_URL": "http://localhost:4200",
18
"CRATEDB_MCP_TRANSPORT": "stdio",
19
},
20
)
framework/mcp/requirements.txt
@@ -1,4 +1,4 @@
1
-cratedb-mcp @ git+https://github.com/crate/cratedb-mcp@main
+cratedb-mcp
2
cratedb-toolkit>=0.0.33
3
mcp<1.7
4
mcp-alchemy~=2025.4
0 commit comments