mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
bc6bd60c7d
- Pin package to @upstash/context7-mcp@latest for reproducible installs - Add optional env block with CONTEXT7_API_KEY placeholder - Extend description to mention activation phrase and Upstash authorship Automated review cycle | Co-Authored-By: Claude Code <noreply@anthropic.com>
13 lines
422 B
JSON
13 lines
422 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"description": "Context7 by Upstash pulls up-to-date, version-specific documentation and code examples straight from the source and injects them into your prompt. Add 'use context7' to any prompt to activate.",
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp@latest"],
|
|
"env": {
|
|
"CONTEXT7_API_KEY": "<your-context7-api-key>"
|
|
}
|
|
}
|
|
}
|
|
}
|