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 fdfe872 commit b388dbeCopy full SHA for b388dbe
blocks/public/cognee-mcp.yaml
@@ -1,5 +1,5 @@
1
name: Cognee MCP
2
-version: 1.0.6
+version: 1.0.7
3
schema: v1
4
5
mcpServers:
@@ -8,9 +8,9 @@ mcpServers:
8
args:
9
- run
10
- --env-file
11
- - "${{ inputs.COGNEE_ENV_FILE_PATH:-/.cognee-env }}"
+ - "${{ inputs.COGNEE_ENV_FILE_PATH || '/.cognee-env' }}"
12
- -v
13
- - "${{ inputs.COGNEE_SHARED_DIR_PATH:-/.cognee-data }}:/data"
+ - "${{ inputs.COGNEE_SHARED_DIR_PATH || '/.cognee-data' }}:/data"
14
- -i
15
- --rm
16
- cognee/cognee-mcp:main
0 commit comments