mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-02-01 08:13:36 +00:00
creating intital scaffolding for claude code plugins
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"_comment": "Example SSE MCP server configuration for hosted cloud services",
|
||||
"asana": {
|
||||
"type": "sse",
|
||||
"url": "https://mcp.asana.com/sse"
|
||||
},
|
||||
"github": {
|
||||
"type": "sse",
|
||||
"url": "https://mcp.github.com/sse"
|
||||
},
|
||||
"custom-service": {
|
||||
"type": "sse",
|
||||
"url": "https://mcp.example.com/sse",
|
||||
"headers": {
|
||||
"X-API-Version": "v1",
|
||||
"X-Client-ID": "${CLIENT_ID}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user