Initial commit
This commit is contained in:
22
.claude-plugin/plugin.json
Normal file
22
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "context7",
|
||||
"description": "Up-to-date documentation and code examples for any library or framework using Context7 MCP server",
|
||||
"version": "0.0.1",
|
||||
"author": {
|
||||
"name": "Upstash",
|
||||
"url": "https://github.com/upstash"
|
||||
},
|
||||
"mcp": {
|
||||
"context7": {
|
||||
"command": "bunx",
|
||||
"args": [
|
||||
"@upstash/context7-mcp",
|
||||
"--api-key",
|
||||
"${CONTEXT7_API_KEY:-}"
|
||||
],
|
||||
"env": {
|
||||
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY:-}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user