Skip to content

Commit 98ee3c0

Browse files
committed
fix: revert default inputs
1 parent b388dbe commit 98ee3c0

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,5 +1,5 @@
11
name: Cognee MCP
2-
version: 1.0.7
2+
version: 1.0.8
33
schema: v1
44

55
mcpServers:
@@ -8,9 +8,9 @@ mcpServers:
88
args:
99
- run
1010
- --env-file
11-
- "${{ inputs.COGNEE_ENV_FILE_PATH || '/.cognee-env' }}"
11+
- "${{ inputs.COGNEE_ENV_FILE_PATH }}"
1212
- -v
13-
- "${{ inputs.COGNEE_SHARED_DIR_PATH || '/.cognee-data' }}:/data"
13+
- "${{ inputs.COGNEE_SHARED_DIR_PATH }}:/data"
1414
- -i
1515
- --rm
1616
- cognee/cognee-mcp:main

0 commit comments

Comments
 (0)