From 63816118395e9fc150a24e738e47be06f54a696a Mon Sep 17 00:00:00 2001 From: Valentino Zegna Date: Wed, 17 Jun 2026 09:21:30 -0700 Subject: [PATCH] docs: remove Gemini CLI and VS Code (GitHub Copilot) from supported MCP clients Drop the Gemini CLI and VS Code (GitHub Copilot) install sections from the README, remove them from the architecture doc's MCP-client list, and remove VS Code from the bug report MCP-client example list. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 27 --------------------------- docs/architecture.md | 2 +- 3 files changed, 2 insertions(+), 29 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 47a3d81..31fdbeb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,7 +28,7 @@ What actually happened. - OS: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04] - Node.js version: [e.g., 20.10.0] -- MCP Client: [e.g., Claude Code, Claude Desktop, VS Code] +- MCP Client: [e.g., Claude Code, Claude Desktop] ## Netlist Format diff --git a/README.md b/README.md index e97153b..15e9499 100644 --- a/README.md +++ b/README.md @@ -98,33 +98,6 @@ Install [OpenAI Codex](https://developers.openai.com/codex/cli/), then run: codex mcp add pdf-analyzer -- pdf-analyzer ``` -### Gemini CLI - -Install [Gemini CLI](https://geminicli.com/docs/get-started/installation/), then run: - -```bash -gemini mcp add --scope user pdf-analyzer pdf-analyzer -``` - -### VS Code (GitHub Copilot) - -Download [VS Code](https://code.visualstudio.com/) - -Add to `.vscode/mcp.json` in your project: - -```json -{ - "servers": { - "pdf-analyzer": { - "type": "stdio", - "command": "pdf-analyzer" - } - } -} -``` - -Then enable it in **Configure Tools** (click the tools icon in Copilot chat). - ## Usage Once connected, ask your AI assistant to analyze any PDF: diff --git a/docs/architecture.md b/docs/architecture.md index d99cd50..69f2f30 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -84,7 +84,7 @@ When the `PORT` environment variable is set (Cloud Run sets this automatically), ### The `/mcp` Endpoint -Used by MCP-aware clients (Claude Code, VS Code, Gemini CLI). The request body is a JSON-RPC message following the MCP Streamable HTTP specification. The response is an SSE stream. +Used by MCP-aware clients (Claude Code). The request body is a JSON-RPC message following the MCP Streamable HTTP specification. The response is an SSE stream. ```bash curl -X POST https://your-service.run.app/mcp \