change to use notion external (#25)

This commit is contained in:
Noah Zweben
2025-12-16 15:13:40 -08:00
committed by GitHub
parent 4fee769bf4
commit ab2b6d0cad
4 changed files with 8 additions and 18 deletions

View File

@@ -214,11 +214,14 @@
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear" "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.", "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", "category": "productivity",
"source": "./external_plugins/notion", "source": {
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/notion" "source": "url",
"url": "https://github.com/makenotion/claude-code-notion-plugin.git"
},
"homepage": "https://github.com/makenotion/claude-code-notion-plugin"
}, },
{ {
"name": "gitlab", "name": "gitlab",

View File

@@ -1,6 +1,6 @@
{ {
"linear": { "linear": {
"type": "sse", "type": "http",
"url": "https://mcp.linear.app/sse" "url": "https://mcp.linear.app/mcp"
} }
} }

View File

@@ -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"
}
}

View File

@@ -1,6 +0,0 @@
{
"notion": {
"type": "sse",
"url": "https://mcp.notion.com/sse"
}
}