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 5240007 commit efc2ed8Copy full SHA for efc2ed8
.github/workflows/ml-llamaindex.yml
@@ -40,10 +40,15 @@ jobs:
40
'ubuntu-latest',
41
]
42
python-version: [
43
- '3.8',
+ '3.9',
44
'3.13',
45
46
- cratedb-version: [ 'nightly' ]
+ cratedb-version: [
47
+ 'nightly',
48
+ ]
49
+ cratedb-mcp-version: [
50
+ 'pr-50',
51
52
53
services:
54
cratedb:
@@ -53,6 +58,14 @@ jobs:
58
- 5432:5432
59
env:
55
60
CRATE_HEAP_SIZE: 4g
61
+ cratedb-mcp:
62
+ image: crate/cratedb-mcp:${{ matrix.cratedb-mcp-version }}
63
+ ports:
64
+ - 8000:8000
65
+ env:
66
+ CRATEDB_MCP_TRANSPORT: streamable-http
67
+ CRATEDB_MCP_HOST: 0.0.0.0
68
+ CRATEDB_MCP_PORT: 8080
56
69
57
70
71
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
0 commit comments