docs: add comprehensive MCP tools documentation and fix outdated references#117
Merged
jrob5756 merged 2 commits intomicrosoft:mainfrom Apr 24, 2026
Merged
Conversation
…rences - Create docs/mcp-tools.md with full MCP guide: server types (stdio/http/sse), configuration reference, tool filtering, env var resolution, OAuth auth, provider support matrix, and working examples - Fix docs/configuration.md: move MCP out of Copilot-Specific section, remove false Phase 1 disclaimer about Claude not supporting MCP - Fix docs/providers/comparison.md: update table and detail section to reflect Claude stdio MCP support - Fix docs/providers/migration.md: replace outdated 'remove MCP for Claude' advice with accurate guidance on stdio support - Update docs/workflow-syntax.md: add MCP Servers subsection in Tools section with example and link to full guide Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
=======================================
Coverage ? 84.91%
=======================================
Files ? 53
Lines ? 7165
Branches ? 0
=======================================
Hits ? 6084
Misses ? 1081
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Show how to pass values to MCP servers at runtime via OS environment variables, with examples for bash/shell and PowerShell. Clarify the distinction between workflow inputs (--input.*) and MCP server env vars. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jrob5756
reviewed
Apr 24, 2026
Collaborator
jrob5756
left a comment
There was a problem hiding this comment.
awesome! thank you so much for adding this! two small comments
jrob5756
approved these changes
Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a dedicated MCP tools documentation page and fixes outdated references across existing docs that incorrectly stated Claude does not support MCP.
Problem
servers
Changes
- All 3 server types (stdio, http, sse) with full configuration tables
- Tool naming conventions (server__tool format)
- Per-server and per-agent tool filtering
- Environment variable syntax (${VAR}, ${VAR:-default})
- OAuth auto-authentication for HTTP/SSE servers
- Provider support matrix with known issues (Copilot SDK env var bug)
- Working examples (web search, multiple servers, Claude with MCP)