diff --git a/gemini-extension.json b/gemini-extension.json new file mode 100644 index 0000000..f9e2085 --- /dev/null +++ b/gemini-extension.json @@ -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}" + ] + } + } +} \ No newline at end of file