mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-02 20:43:37 +00:00
Compare commits
2 Commits
noahz/noti
...
noahz/more
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69caba2284 | ||
|
|
ab2b6d0cad |
@@ -179,8 +179,11 @@
|
|||||||
"name": "atlassian",
|
"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.",
|
"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",
|
"category": "productivity",
|
||||||
"source": "./external_plugins/atlassian",
|
"source": {
|
||||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/atlassian"
|
"source": "url",
|
||||||
|
"url": "https://github.com/atlassian/atlassian-mcp-server.git"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/atlassian/atlassian-mcp-server"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel-boost",
|
"name": "laravel-boost",
|
||||||
@@ -248,8 +251,11 @@
|
|||||||
"name": "vercel",
|
"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.",
|
"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",
|
"category": "deployment",
|
||||||
"source": "./external_plugins/vercel",
|
"source": {
|
||||||
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/vercel"
|
"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",
|
"name": "firebase",
|
||||||
|
|||||||
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"atlassian": {
|
|
||||||
"type": "sse",
|
|
||||||
"url": "https://mcp.atlassian.com/v1/sse"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"vercel": {
|
|
||||||
"type": "sse",
|
|
||||||
"url": "https://mcp.vercel.com/sse"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user