Skip to content

docs: add comprehensive MCP tools documentation and fix outdated references#117

Merged
jrob5756 merged 2 commits intomicrosoft:mainfrom
Shazwazza:docs/mcp-tools-documentation
Apr 24, 2026
Merged

docs: add comprehensive MCP tools documentation and fix outdated references#117
jrob5756 merged 2 commits intomicrosoft:mainfrom
Shazwazza:docs/mcp-tools-documentation

Conversation

@Shazwazza
Copy link
Copy Markdown
Contributor

Adds a dedicated MCP tools documentation page and fixes outdated references across existing docs that incorrectly stated Claude does not support MCP.

Problem

  • No dedicated MCP documentation page existed — only a 5-line snippet in configuration.md
  • Multiple docs incorrectly stated Claude doesn't support MCP ("Phase 1" limitation), but the code shows the Claude provider has full MCP support via MCPManager for stdio
    servers
  • workflow-syntax.md Tools section didn't mention MCP at all

Changes

  1. Created docs/mcp-tools.md — comprehensive MCP guide covering:
    - 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)
  2. Fixed docs/configuration.md — moved MCP out of "Copilot-Specific Configuration", removed false Phase 1 disclaimer, updated troubleshooting
  3. Fixed docs/providers/comparison.md — updated comparison table and detail section to reflect Claude supports stdio MCP
  4. Fixed docs/providers/migration.md — replaced "remove MCP for Claude" advice with accurate guidance on stdio support, updated complete example and checklist
  5. Updated docs/workflow-syntax.md — added MCP Servers subsection in Tools section with example and link to the full guide

…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-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@873c72b). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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>
Copy link
Copy Markdown
Collaborator

@jrob5756 jrob5756 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome! thank you so much for adding this! two small comments

Comment thread docs/mcp-tools.md
Comment thread docs/mcp-tools.md
@jrob5756 jrob5756 merged commit dbcf20f into microsoft:main Apr 24, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants