From d7bee36d053915463307be2cc1d5f95ea085abd3 Mon Sep 17 00:00:00 2001 From: Aleksey Levenstein Date: Thu, 12 Feb 2026 10:06:33 +0200 Subject: [PATCH] docs: Add GitHub Copilot CLI instructions Added instructions for GitHub Copilot CLI plugin installation. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 2b568fb6..b207b0b7 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,18 @@ For experimental features: claude plugin install sentry-mcp@sentry-mcp-experimental ``` +### GitHub Copilot CLI Plugin + +Install as a GitHub Copilot CLI plugin for automatic subagent delegation: + +```shell +copilot +/plugin marketplace add getsentry/sentry-mcp +/plugin install sentry-mcp@sentry-mcp +``` + +This provides a `sentry-mcp` subagent that Copilot CLI automatically delegates to when you ask about Sentry errors, issues, traces, or performance. + ### Stdio vs Remote While this repository is focused on acting as an MCP service, we also support a `stdio` transport. This is still a work in progress, but is the easiest way to adapt run the MCP against a self-hosted Sentry install.