File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
topic/machine-learning/llm-langchain Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ crash < init.sql
145145Spin up the [ CrateDB MCP server] , connecting it to CrateDB on localhost.
146146``` bash
147147export CRATEDB_CLUSTER_URL=http://crate:crate@localhost:4200/
148- export CRATEDB_MCP_TRANSPORT=streamable- http
148+ export CRATEDB_MCP_TRANSPORT=http
149149uvx cratedb-mcp serve
150150```
151151
Original file line number Diff line number Diff line change 1313crash < init.sql
1414
1515# Start MCP server.
16- export CRATEDB_MCP_TRANSPORT=streamable- http
16+ export CRATEDB_MCP_TRANSPORT=http
1717export CRATEDB_MCP_HOST=0.0.0.0
1818export CRATEDB_MCP_PORT=8000
1919export CRATEDB_CLUSTER_URL=http://crate:crate@localhost:4200/
@@ -33,7 +33,7 @@ async def amain():
3333 client = MultiServerMCPClient (
3434 {
3535 "cratedb" : {
36- "transport" : "streamable_http " ,
36+ "transport" : "http " ,
3737 "url" : "http://localhost:8000/mcp/"
3838 },
3939 }
You can’t perform that action at this time.
0 commit comments