Răsfoiți Sursa

change to use notion external (#25)

Noah Zweben 8 luni în urmă
părinte
comite
ab2b6d0cad

+ 6 - 3
.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",

+ 2 - 2
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"
   }
 }

+ 0 - 7
external_plugins/notion/.claude-plugin/plugin.json

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

+ 0 - 6
external_plugins/notion/.mcp.json

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