commit 3ee11abe6abd652873d17f5ee247a1e1c6d676ee Author: Zhongwei Li Date: Sat Nov 29 18:27:36 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..16701f1 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "context7", + "description": "Use context7", + "version": "0.0.1", + "author": { + "name": "fussy113" + }, + "mcp": [ + "./.mcp.json" + ] +} \ No newline at end of file diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..288ef0b --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "context7": { + "type": "http", + "url": "https://mcp.context7.com/mcp", + "headers": { + "CONTEXT7_API_KEY": "${MCP_CONTEXT7_API_KEY}" + } + } + } +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..430ad66 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# context7 + +Use context7 diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..61e4818 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:fussy113/claude-code-marketplace:plugins/context7", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "a81ab15cf93b62170d15618cf8e988ab91258f65", + "treeHash": "7064ba5b19ec6f263dc019b14b8de14432c7e2def291cb41ec01e6a3e9a42785", + "generatedAt": "2025-11-28T10:16:56.356731Z", + "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": "Use context7", + "version": "0.0.1" + }, + "content": { + "files": [ + { + "path": ".mcp.json", + "sha256": "9cd32afaddf1f61bd95bd42ed02cc1d6dd5484d7f7a93916dbfb6275f7acd6b0" + }, + { + "path": "README.md", + "sha256": "19cbbf79748b5f8370ab6d8b098ef97b739c1d6c2af3262bad1bfe7e3f30f78d" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "018538bc8a6e8f3ab19de5965a09ae75613a18776f67dbf2ef65d1ab9db536de" + } + ], + "dirSha256": "7064ba5b19ec6f263dc019b14b8de14432c7e2def291cb41ec01e6a3e9a42785" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file