Skip to content

Commit 3c95f56

Browse files
authored
Merge pull request github#308 from docker/add-astro-docs-server
Fix Notion and Octagon MCP server configurations
2 parents 53fb7ce + e47791b commit 3c95f56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

servers/notion-remote/server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ about:
1515
icon: https://www.google.com/s2/favicons?domain=notion.so&sz=64
1616
remote:
1717
transport_type: streamable-http
18-
url: https://mcp.notion.so/mcp
18+
url: https://mcp.notion.com/mcp
1919
oauth:
2020
- provider: notion-remote
2121
secret: notion-remote.personal_access_token

servers/octagon/server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ about:
1414
description: Access comprehensive market intelligence, analyze SEC filings, earnings transcripts, and financial data to uncover investment opportunities
1515
icon: https://www.google.com/s2/favicons?domain=octagonai.co&sz=64
1616
remote:
17-
transport_type: sse
17+
transport_type: streamable-http
1818
url: https://mcp.octagonagents.com/mcp
1919
oauth:
2020
- provider: octagon

0 commit comments

Comments
 (0)