Documentation
¶
Index ¶
- func AuthContextInitializer(authClientFactory client.AuthClientFactory, tokenStore tokenstore.TokenStore, ...) func(ctx context.Context) (context.Context, error)
- func InitializeAuthContext(ctx context.Context, authClient client.AuthClient, ...) (context.Context, error)
- func InitializeToolInvocation(ctx context.Context, name string, req *mcp.CallToolRequest) context.Context
- type ContextInitializer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthContextInitializer ¶
func AuthContextInitializer(authClientFactory client.AuthClientFactory, tokenStore tokenstore.TokenStore, grantType auth.GrantType) func(ctx context.Context) (context.Context, error)
func InitializeAuthContext ¶
func InitializeAuthContext(ctx context.Context, authClient client.AuthClient, tokenStore tokenstore.TokenStore, grantType auth.GrantType) (context.Context, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.