You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MCP-Go library's SSE (Server-Sent Events) transport was missing the ability to access HTTP headers from client requests. While the ClientSession interface defined a GetHeader() method that should return http.Header, none of the session implementations actually implemented this method, causing compilation errors and preventing developers from accessing important request metadata like authentication headers, user agents, or custom headers.