Skip to content

Commit 32c1cc9

Browse files
committed
fix: wrap env variables in quotes
1 parent 8bec964 commit 32c1cc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blocks/public/cognee-mcp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: Cognee MCP
2-
version: 1.0.2
2+
version: 1.0.3
33
schema: v1
44

55
mcpServers:
66
- name: Cognee MCP
77
command: docker
88
args:
99
- run
10+
- --env-file "${{ inputs.COGNEE_ENV_FILE_PATH }}"
11+
- -v "${{ inputs.COGNEE_SHARED_DIR_PATH }}:/app/data"
1012
- -i
1113
- --rm
12-
- -v ${{ inputs.COGNEE_SHARED_DIR_PATH }}:/app/data
13-
- --env-file ${{ inputs.COGNEE_ENV_FILE_PATH }}
1414
- cognee/cognee-mcp:main

0 commit comments

Comments
 (0)