We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c3282 commit ba2b60dCopy full SHA for ba2b60d
1 file changed
.github/workflows/docker.yaml
@@ -20,7 +20,8 @@ jobs:
20
tags: dremio-mcp-server:${{ github.sha }}
21
- name: Validate docker
22
run: |
23
- docker run -e TOOLS_MODE=FOR_DATA_PATTERNS \
+ docker run \
24
+ -e DREMIOAI_TOOLS__SERVER_MODE=FOR_DATA_PATTERNS \
25
-e DREMIOAI_DREMIO__URI=https://fake \
26
-e DREMIOAI_DREMIO__OAUTH_SUPPORTED=false \
27
dremio-mcp-server:${{ github.sha }} \
@@ -37,9 +38,10 @@ jobs:
37
38
39
- name: Start container
40
41
- -e DREMIO_URI=https://fake \
42
- -e DREMIO_OAUTH_SUPPORTED=false \
43
+ -e DREMIOAI_DREMIO__URI=https://fake \
44
+ -e DREMIOAI_DREMIO__OAUTH_SUPPORTED=false \
45
-p 6789:6789 \
46
--name mcp --rm \
47
--network host \
0 commit comments