Fix and simplify Patrol MCP Copilot setup in README#3100
Conversation
The Copilot CLI no longer reads .vscode/mcp.json. Document both the VS Code extension (.vscode/mcp.json, servers key) and the Copilot CLI (project-root .mcp.json, mcpServers key) in one section that shares a single launcher script, with a decision table, a launcher sanity-check, and a Copilot CLI readiness troubleshooting note. Bump to 0.1.5. Fixes #3089
There was a problem hiding this comment.
Code Review
This pull request updates the documentation and configuration for patrol_mcp to version 0.1.5. Specifically, it updates the README to fix and simplify the GitHub Copilot MCP setup by detailing the configurations for both the VS Code extension and the Copilot CLI. It also bumps the version in pubspec.yaml, updates the changelog, and adds the new version to the compatibility table in the documentation. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
🚀 Preview Deployment Ready!Preview URL: https://pr-3100-patrol-docs.vercel.app Latest Deployment
This preview URL is stable and will be updated with each new commit to this PR. |
The Copilot CLI no longer reads .vscode/mcp.json. Document both the VS Code extension (.vscode/mcp.json, servers key) and the Copilot CLI (project-root .mcp.json, mcpServers key) in one section that shares a single launcher script, with a decision table, a launcher sanity-check, and a Copilot CLI readiness troubleshooting note.
Fixes #3089