It would be nice if we could configure custom headers, for example, we could pass OAuth access token like this: ```yaml spring.ai.mcp.client: sse: connections: server1: url: http://localhost:8080 headers: Authorization: "Bearer ***" ``` I'd like to contribute if the proposal is accepted.