Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:28 +08:00
commit a19d12bdcd
3 changed files with 66 additions and 0 deletions

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