Documentation
¶
Index ¶
- func BearerTokenVerifier(baseURL string) auth.TokenVerifier
- func HostedTokenVerifier(apiBaseURL, userinfoEndpoint string) auth.TokenVerifier
- func NewWithClient(client *api.Client, store *config.Store, version string) *mcp.Server
- func NewWithClientOptions(client *api.Client, store *config.Store, opts Options) *mcp.Server
- func NormalizeToolAnnotationsPayload(payload []byte) []byte
- func OAuthBearerTokenVerifier(userinfoEndpoint string) auth.TokenVerifier
- type Options
- type RuntimeInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BearerTokenVerifier ¶ added in v0.7.0
func BearerTokenVerifier(baseURL string) auth.TokenVerifier
func HostedTokenVerifier ¶ added in v1.7.1
func HostedTokenVerifier(apiBaseURL, userinfoEndpoint string) auth.TokenVerifier
HostedTokenVerifier accepts hosted OAuth access tokens and falls back to a Tripsy API token only when the OAuth issuer rejects the credential.
func NewWithClient ¶
func NewWithClientOptions ¶ added in v1.0.0
func NormalizeToolAnnotationsPayload ¶ added in v1.2.3
func OAuthBearerTokenVerifier ¶ added in v1.0.0
func OAuthBearerTokenVerifier(userinfoEndpoint string) auth.TokenVerifier
Types ¶
Click to show internal directories.
Click to hide internal directories.