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:-}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# context7
|
||||
|
||||
Up-to-date documentation and code examples for any library or framework using Context7 MCP server
|
||||
41
plugin.lock.json
Normal file
41
plugin.lock.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"$schema": "internal://schemas/plugin.lock.v1.json",
|
||||
"pluginId": "gh:pigfoot/claude-code-hubs:plugins/context7",
|
||||
"normalized": {
|
||||
"repo": null,
|
||||
"ref": "refs/tags/v20251128.0",
|
||||
"commit": "9ac4499040c23cd2469bfed5502c2eba9a16a9bb",
|
||||
"treeHash": "0ec4967122846e218d2d8267185c71f46fe9c83e0b69fa1257ed5035a04d847e",
|
||||
"generatedAt": "2025-11-28T10:27:37.816852Z",
|
||||
"toolVersion": "publish_plugins.py@0.2.0"
|
||||
},
|
||||
"origin": {
|
||||
"remote": "git@github.com:zhongweili/42plugin-data.git",
|
||||
"branch": "master",
|
||||
"commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390",
|
||||
"repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data"
|
||||
},
|
||||
"manifest": {
|
||||
"name": "context7",
|
||||
"description": "Up-to-date documentation and code examples for any library or framework using Context7 MCP server",
|
||||
"version": "0.0.1"
|
||||
},
|
||||
"content": {
|
||||
"files": [
|
||||
{
|
||||
"path": "README.md",
|
||||
"sha256": "6375809f7eff321f56f2ebccd081c8997026b7390b5ed39a234840cd0286034d"
|
||||
},
|
||||
{
|
||||
"path": ".claude-plugin/plugin.json",
|
||||
"sha256": "dba93e0c45e3bba5f6cfdfb22c838335c162c2b3ff689a038f563fca1212aee7"
|
||||
}
|
||||
],
|
||||
"dirSha256": "0ec4967122846e218d2d8267185c71f46fe9c83e0b69fa1257ed5035a04d847e"
|
||||
},
|
||||
"security": {
|
||||
"scannedAt": null,
|
||||
"scannerVersion": null,
|
||||
"flags": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user