Merge pull request #776 from upstash/feat/gemini-extenstion

This commit is contained in:
Enes Gules 2025-10-17 16:27:56 +03:00 committed by GitHub
commit b9a0c6d897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
gemini-extension.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "context7",
"description": "Up-to-date code docs for any prompt",
"version": "1.0.0",
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp",
"--api-key",
"${CONTEXT7_API_KEY}"
]
}
}
}