Skip to content

Commit 9e37f15

Browse files
authored
Merge pull request #150 from dgageot/fix-notion
Fix notion
2 parents 42814ec + f1dba1d commit 9e37f15

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

prompts/catalog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ registry:
464464
- name: API-update-a-block
465465
- name: API-update-a-database
466466
secrets:
467-
- name: notion.openai_mcp_headers
467+
- name: notion.internal_integration_token
468468
prompts: 0
469469
resources: {}
470470
atlassian:

prompts/mcp/notion.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ mcp:
33
- container:
44
image: mcp/notion:latest
55
secrets:
6-
notion.openai_mcp_headers: OPENAPI_MCP_HEADERS
6+
notion.internal_integration_token: INTERNAL_INTEGRATION_TOKEN
7+
environment:
8+
OPENAPI_MCP_HEADERS: ""{\"Authorization\": \"Bearer $INTERNAL_INTEGRATION_TOKEN\", \"Notion-Version\": \"2022-06-28\"}""
79
source:
810
url: https://github.com/makenotion/notion-mcp-server/tree/main
911
---

prompts/mcp/readmes/notion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ Parameters|Type|Description
228228
"-i",
229229
"--rm",
230230
"-e",
231-
"OPENAPI_MCP_HEADERS",
231+
"INTERNAL_INTEGRATION_TOKEN",
232232
"mcp/notion"
233233
],
234234
"env": {
235-
"OPENAPI_MCP_HEADERS": "{"Authorization": "Bearer ntn_****", "Notion-Version": "2022-06-28" }"
235+
"INTERNAL_INTEGRATION_TOKEN": "ntn_****"
236236
}
237237
}
238238
}

0 commit comments

Comments
 (0)