Files
gh-pigfoot-claude-code-hubs…/.claude-plugin/plugin.json
2025-11-30 08:47:28 +08:00

22 lines
497 B
JSON

{
"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:-}"
}
}
}
}