go-sdk
go-sdk copied to clipboard
Add OAuth 2.0 Authentication Support
Is your feature request related to a problem? Please describe.
The modelcontextprotocol/go-sdk currently does not provide any built-in support for OAuth 2.0 authentication, which is required for connecting to MCP servers that enforce modern authentication flows.
We have experimental support, protected by a build tag. See https://github.com/modelcontextprotocol/go-sdk/blob/main/auth/client.go.
Closing as a dupe of #19.