From a19d12bdcdae61a9d0c092d99fb947fb46db6a54 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:47:28 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 22 ++++++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..8a6203f --- /dev/null +++ b/.claude-plugin/plugin.json @@ -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:-}" + } + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2c23ea --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# context7 + +Up-to-date documentation and code examples for any library or framework using Context7 MCP server diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..f39f45f --- /dev/null +++ b/plugin.lock.json @@ -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": [] + } +} \ No newline at end of file