File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ registry:
464
464
- name : API-update-a-block
465
465
- name : API-update-a-database
466
466
secrets :
467
- - name : notion.openai_mcp_headers
467
+ - name : notion.internal_integration_token
468
468
prompts : 0
469
469
resources : {}
470
470
atlassian :
Original file line number Diff line number Diff line change 3
3
- container :
4
4
image : mcp/notion:latest
5
5
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\"}""
7
9
source :
8
10
url : https://github.com/makenotion/notion-mcp-server/tree/main
9
11
---
Original file line number Diff line number Diff line change @@ -228,11 +228,11 @@ Parameters|Type|Description
228
228
" -i" ,
229
229
" --rm" ,
230
230
" -e" ,
231
- " OPENAPI_MCP_HEADERS " ,
231
+ " INTERNAL_INTEGRATION_TOKEN " ,
232
232
" mcp/notion"
233
233
],
234
234
"env" : {
235
- "OPENAPI_MCP_HEADERS " : " { " Authorization": "Bearer ntn_****", "Notion-Version": "2022-06-28" } "
235
+ "INTERNAL_INTEGRATION_TOKEN " : " ntn_****"
236
236
}
237
237
}
238
238
}
You can’t perform that action at this time.
0 commit comments