Skip to content

Commit 208f665

Browse files
authored
feat: switch to dockyard image, update envs (#235)
Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent 85fbc6d commit 208f665

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

registry/notion/spec.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repository_url: https://github.com/makenotion/notion-mcp-server
3131
tags:
3232
- notion
3333
- notes
34-
image: mcp/notion:latest
34+
image: ghcr.io/stacklok/dockyard/npx/notion:1.9.0
3535
args: []
3636
permissions:
3737
network:
@@ -41,7 +41,13 @@ permissions:
4141
allow_port:
4242
- 443
4343
env_vars:
44-
- name: OPENAPI_MCP_HEADERS
45-
description: 'HTTP headers for Notion API requests in JSON format. Example: {"Authorization":"Bearer ntn_****","Notion-Version":"2022-06-28"}'
44+
- name: NOTION_TOKEN
45+
description: Notion integration token (ntn_****).
4646
required: true
4747
secret: true
48+
- name: OPENAPI_MCP_HEADERS
49+
description:
50+
'HTTP headers for Notion API requests in JSON format (advanced use cases).
51+
Example: {"Authorization":"Bearer ntn_****","Notion-Version":"2022-06-28"}'
52+
required: false
53+
secret: true

0 commit comments

Comments
 (0)