Skip to content

Coding Agent MCP Server documentation correction #39203

Open
@MasayukiOzawa

Description

@MasayukiOzawa

Code of Conduct

What article on docs.github.com is affected?

https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent/extending-copilot-coding-agent-with-mcp#example-azure

What changes are you suggesting?

In the Azrue MCP Server settings, the following error occurs because the type is not specified.
Schema validation failed: /mcpServers/Azure Server 'Azure' is missing required property 'type'. Must be 'local', 'http', or 'sse'

For MCP Server settings, we recommend adding the type specification as follows.

 {
   "mcpServers": {
     "Azure": {
       "type": "local",
       "command": "npx",
       "args": [
         "-y",
         "@azure/mcp@latest",
         "server",
         "start"
       ],
         "tools": ["*"]
     }
   }
 }

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content teamcopilotContent related to GitHub Copilot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions