**Describe the solution you'd like** The `SseClientTransportOptions.Endpoint` [property](https://github.com/modelcontextprotocol/csharp-sdk/blob/main/src/ModelContextProtocol/Client/SseClientTransportOptions.cs#L11) 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.