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/" + } + } +}