From 75b126f3babf9abc04a8e3f89e16071a8c0130cc Mon Sep 17 00:00:00 2001 From: Noah Zweben Date: Thu, 18 Dec 2025 08:38:19 -0800 Subject: [PATCH] swtiched to external vercel atlassian (#33) --- .claude-plugin/marketplace.json | 14 ++++++++++---- .../atlassian/.claude-plugin/plugin.json | 7 ------- external_plugins/atlassian/.mcp.json | 6 ------ external_plugins/vercel/.claude-plugin/plugin.json | 7 ------- external_plugins/vercel/.mcp.json | 6 ------ 5 files changed, 10 insertions(+), 30 deletions(-) delete mode 100644 external_plugins/atlassian/.claude-plugin/plugin.json delete mode 100644 external_plugins/atlassian/.mcp.json delete mode 100644 external_plugins/vercel/.claude-plugin/plugin.json delete mode 100644 external_plugins/vercel/.mcp.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index ef03d23..d34650f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -179,8 +179,11 @@ "name": "atlassian", "description": "Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.", "category": "productivity", - "source": "./external_plugins/atlassian", - "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/atlassian" + "source": { + "source": "url", + "url": "https://github.com/atlassian/atlassian-mcp-server.git" + }, + "homepage": "https://github.com/atlassian/atlassian-mcp-server" }, { "name": "laravel-boost", @@ -248,8 +251,11 @@ "name": "vercel", "description": "Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.", "category": "deployment", - "source": "./external_plugins/vercel", - "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/vercel" + "source": { + "source": "url", + "url": "https://github.com/vercel/vercel-deploy-claude-code-plugin.git" + }, + "homepage": "https://github.com/vercel/vercel-deploy-claude-code-plugin" }, { "name": "firebase", diff --git a/external_plugins/atlassian/.claude-plugin/plugin.json b/external_plugins/atlassian/.claude-plugin/plugin.json deleted file mode 100644 index 655d8bf..0000000 --- a/external_plugins/atlassian/.claude-plugin/plugin.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "atlassian", - "description": "Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.", - "author": { - "name": "Atlassian" - } -} diff --git a/external_plugins/atlassian/.mcp.json b/external_plugins/atlassian/.mcp.json deleted file mode 100644 index 39920d5..0000000 --- a/external_plugins/atlassian/.mcp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "atlassian": { - "type": "sse", - "url": "https://mcp.atlassian.com/v1/sse" - } -} diff --git a/external_plugins/vercel/.claude-plugin/plugin.json b/external_plugins/vercel/.claude-plugin/plugin.json deleted file mode 100644 index 5091c5e..0000000 --- a/external_plugins/vercel/.claude-plugin/plugin.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "vercel", - "description": "Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.", - "author": { - "name": "Vercel" - } -} diff --git a/external_plugins/vercel/.mcp.json b/external_plugins/vercel/.mcp.json deleted file mode 100644 index 9fc78a8..0000000 --- a/external_plugins/vercel/.mcp.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "vercel": { - "type": "sse", - "url": "https://mcp.vercel.com/sse" - } -}