From ea9667d79d064652e07df2182c16d696d0b4d97d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:47:42 +0000 Subject: [PATCH 1/2] Initial plan From aa3d3fd1330f6b9ff0f414af023bbdb833685a15 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:50:56 +0000 Subject: [PATCH 2/2] feat: add GitHub MCP server to PR reviewer agent --- .github/agents/thorough-reviewer.agent.md | 3 +++ .github/copilot-mcp.json | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 .github/copilot-mcp.json diff --git a/.github/agents/thorough-reviewer.agent.md b/.github/agents/thorough-reviewer.agent.md index 1158b08..31f55c9 100644 --- a/.github/agents/thorough-reviewer.agent.md +++ b/.github/agents/thorough-reviewer.agent.md @@ -1,6 +1,9 @@ --- name: thorough-reviewer description: Multi-perspective review coordinator for AccessHub changes. +tools: + - type: mcp + server: github --- # Thorough Reviewer diff --git a/.github/copilot-mcp.json b/.github/copilot-mcp.json new file mode 100644 index 0000000..209568c --- /dev/null +++ b/.github/copilot-mcp.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "github": { + "type": "http", + "url": "https://api.githubcopilot.com/mcp/" + } + } +}