Skip to content

Commit 125c6e1

Browse files
committed
MCP: Update to cratedb-mcp GA
1 parent 178cb5f commit 125c6e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

framework/mcp/example_cratedb_mcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# Create server parameters for stdio connection.
1313
server_params = StdioServerParameters(
1414
command="cratedb-mcp",
15-
args=[],
15+
args=["serve"],
1616
env={
17-
"CRATEDB_MCP_HTTP_URL": "http://localhost:4200",
17+
"CRATEDB_CLUSTER_URL": "http://localhost:4200",
1818
"CRATEDB_MCP_TRANSPORT": "stdio",
1919
},
2020
)

framework/mcp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cratedb-mcp @ git+https://github.com/crate/cratedb-mcp@main
1+
cratedb-mcp
22
cratedb-toolkit>=0.0.33
33
mcp<1.7
44
mcp-alchemy~=2025.4

0 commit comments

Comments
 (0)