Skip to content

Commit 9eb4520

Browse files
authored
Merge pull request github#300 from docker/add-astro-docs-server
Fix Linear and Notion remote MCP urls
2 parents 6aa873b + 06e2f84 commit 9eb4520

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

servers/linear/server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ about:
1414
description: Track issues, plan sprints, and manage product development with a fast, keyboard-first interface designed for software teams
1515
icon: https://www.google.com/s2/favicons?domain=linear.app&sz=64
1616
remote:
17-
transport_type: sse
18-
url: https://mcp.linear.app/sse
17+
transport_type: streamable-http
18+
url: https://mcp.linear.app/mcp
1919
oauth:
2020
- provider: linear
2121
secret: linear.personal_access_token

servers/notion-remote/server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ about:
1414
description: Manage projects, create documentation, and organize information in collaborative workspaces
1515
icon: https://www.google.com/s2/favicons?domain=notion.so&sz=64
1616
remote:
17-
transport_type: sse
18-
url: https://mcp.notion.so/sse
17+
transport_type: streamable-http
18+
url: https://mcp.notion.so/mcp
1919
oauth:
2020
- provider: notion-remote
2121
secret: notion-remote.personal_access_token

0 commit comments

Comments
 (0)