From 5861683aa8cdb7b8035e4d6e206c59c75305346e Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Tue, 16 Dec 2025 15:12:25 -0800 Subject: [PATCH] change to use notion external --- .claude-plugin/marketplace.json | 9 ++++++--- external_plugins/linear/.mcp.json | 4 ++-- external_plugins/notion/.claude-plugin/plugin.json | 7 ------- external_plugins/notion/.mcp.json | 6 ------ 4 files changed, 8 insertions(+), 18 deletions(-) delete mode 100644 external_plugins/notion/.claude-plugin/plugin.json delete mode 100644 external_plugins/notion/.mcp.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 7b2d50b..ef03d23 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -214,11 +214,14 @@ "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear" }, { - "name": "notion", + "name": "Notion", "description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.", "category": "productivity", - "source": "./external_plugins/notion", - "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/notion" + "source": { + "source": "url", + "url": "https://github.com/makenotion/claude-code-notion-plugin.git" + }, + "homepage": "https://github.com/makenotion/claude-code-notion-plugin" }, { "name": "gitlab", diff --git a/external_plugins/linear/.mcp.json b/external_plugins/linear/.mcp.json index 851d6d8..f17db3b 100644 --- a/external_plugins/linear/.mcp.json +++ b/external_plugins/linear/.mcp.json @@ -1,6 +1,6 @@ { "linear": { - "type": "sse", - "url": "https://mcp.linear.app/sse" + "type": "http", + "url": "https://mcp.linear.app/mcp" } } diff --git a/external_plugins/notion/.claude-plugin/plugin.json b/external_plugins/notion/.claude-plugin/plugin.json deleted file mode 100644 index caee7d2..0000000 --- a/external_plugins/notion/.claude-plugin/plugin.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "notion", - "description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.", - "author": { - "name": "Notion" - } -} diff --git a/external_plugins/notion/.mcp.json b/external_plugins/notion/.mcp.json deleted file mode 100644 index b0284c2..0000000 --- a/external_plugins/notion/.mcp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "notion": { - "type": "sse", - "url": "https://mcp.notion.com/sse" - } -}