diff --git a/servers/com.context7-mcp-docker.json b/servers/com.context7-mcp-docker.json index dddd2e4..0149585 100644 --- a/servers/com.context7-mcp-docker.json +++ b/servers/com.context7-mcp-docker.json @@ -4,7 +4,7 @@ "name": "Context7 (Docker)", "alias": "context7-docker", "description": "Fetch up-to-date, version-specific documentation and code examples for any library directly into LLM prompts via Docker. Prevents hallucinated APIs by pulling current docs from the source.", - "icon": "https://avatars.githubusercontent.com/u/1529926?v=4", + "icon": "https://avatars.githubusercontent.com/u/74989412?v=4", "schema_version": "2.1", "categories": [ "developer-tools", diff --git a/servers/com.context7-mcp-http.json b/servers/com.context7-mcp-http.json index 33c842c..a200670 100644 --- a/servers/com.context7-mcp-http.json +++ b/servers/com.context7-mcp-http.json @@ -4,7 +4,7 @@ "name": "Context7 (HTTP)", "alias": "context7-http", "description": "Fetch up-to-date, version-specific documentation and code examples for any library via Context7's hosted MCP endpoint. No local install needed.", - "icon": "https://avatars.githubusercontent.com/u/1529926?v=4", + "icon": "https://avatars.githubusercontent.com/u/74989412?v=4", "schema_version": "2.1", "categories": [ "developer-tools", diff --git a/servers/com.context7-mcp-npx.json b/servers/com.context7-mcp-npx.json index 1a9f4da..7812b41 100644 --- a/servers/com.context7-mcp-npx.json +++ b/servers/com.context7-mcp-npx.json @@ -4,7 +4,7 @@ "name": "Context7 (npx)", "alias": "context7", "description": "Fetch up-to-date, version-specific documentation and code examples for any library directly into LLM prompts. Prevents hallucinated APIs by pulling current docs from the source.", - "icon": "https://avatars.githubusercontent.com/u/1529926?v=4", + "icon": "https://avatars.githubusercontent.com/u/74989412?v=4", "schema_version": "2.1", "categories": [ "developer-tools", @@ -24,11 +24,10 @@ "command": "npx", "args": [ "-y", - "@upstash/context7-mcp" + "@upstash/context7-mcp@latest", + "--api-key", + "${input:CONTEXT7_API_KEY}" ], - "env": { - "CONTEXT7_API_KEY": "${input:CONTEXT7_API_KEY}" - }, "metadata": { "inputs": [ {