Skip to content

Add MCP server configuration for Microsoft documentation API - #283

Draft
TravisEz13 with Copilot wants to merge 2 commits into
travisez13-mainfrom
copilot/port-pr-26790-to-branch
Draft

Add MCP server configuration for Microsoft documentation API#283
TravisEz13 with Copilot wants to merge 2 commits into
travisez13-mainfrom
copilot/port-pr-26790-to-branch

Conversation

Copilot AI commented Feb 12, 2026

Copy link
Copy Markdown

Ports PR #26790 - adds Model Context Protocol (MCP) server configuration enabling GitHub Copilot and other MCP clients to query Microsoft's documentation API.

Changes

  • .github/mcp.json - MCP server configuration
    • Server: microsoftdocs/mcp
    • Type: HTTP
    • Endpoint: https://learn.microsoft.com/api/mcp
    • Version: 1.0.0
{
	"mcpServers": {
		"microsoftdocs/mcp": {
			"type": "http",
			"url": "https://learn.microsoft.com/api/mcp",
			"gallery": "https://api.mcp.github.com",
			"version": "1.0.0"
		}
	}
}

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/PowerShell/PowerShell/pulls/26790/files
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Port PR PowerShell#26790 from PowerShell/PowerShell repository.
Adds Model Context Protocol (MCP) server configuration pointing to Microsoft documentation API.

Co-authored-by: TravisEz13 <10873629+TravisEz13@users.noreply.github.com>
Copilot AI changed the title [WIP] Port commits from PR #26790 to new branch Add MCP server configuration for Microsoft documentation API Feb 12, 2026
Copilot AI requested a review from TravisEz13 February 12, 2026 18:54
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.

2 participants