Versions in this module Expand all Collapse all v0 v0.0.1 Nov 15, 2025 Changes in this version + const Version + func NewTransportApiKey(spec ConfigApiKey) (*mcp.StreamableClientTransport, error) + func NewTransportIAM(spec ConfigIAM) (*mcp.StreamableClientTransport, error) + type ConfigApiKey struct + Access string + Client *http.Client + Secret string + Url string + type ConfigIAM struct + Client *http.Client + Config *aws.Config + ExternalID string + Role string + Url string