Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:36 +08:00
commit 3ee11abe6a
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "context7",
"description": "Use context7",
"version": "0.0.1",
"author": {
"name": "fussy113"
},
"mcp": [
"./.mcp.json"
]
}

11
.mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "${MCP_CONTEXT7_API_KEY}"
}
}
}
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# context7
Use context7

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}