Registers a remote MCP server with VS Code so Copilot Chat (Agent mode) can call its tools.
Users do not need to edit mcp.json — installing this extension is enough.
npx vsce login <publisher> then npm run package && npx vsce publish.
How it works
The extension contributes an mcpServerDefinitionProviders contribution point and
registers a McpHttpServerDefinition pointing at the Streamable-HTTP MCP endpoint.
VS Code starts/stops the server automatically and surfaces its tools to Copilot Chat.