Open
Description
Describe the solution you'd like
The SseClientTransportOptions.Endpoint
property is the address of the remote MCP server.
VSCode is already accepting json schemas which instead use url
as the property for the endpoint:
"my-mcp-server-9f3f21a1": {
"url": "https://address.local"
}
Please consider sharing the same schema to make easier sharing the configurations.