Versions in this module Expand all Collapse all v0 v0.26.0 Jan 23, 2026 Changes in this version + type Config struct + AuthRequired []string + Description string + Kind string + Name string + Source string + func (cfg Config) Initialize(srcs map[string]sources.Source) (tools.Tool, error) + func (cfg Config) ToolConfigKind() string + type Tool struct + AllParams parameters.Parameters + func (t Tool) Authorized(verifiedAuthServices []string) bool + func (t Tool) EmbedParams(ctx context.Context, paramValues parameters.ParamValues, ...) (parameters.ParamValues, error) + func (t Tool) GetAuthTokenHeaderName(resourceMgr tools.SourceProvider) (string, error) + func (t Tool) Invoke(ctx context.Context, resourceMgr tools.SourceProvider, ...) (any, error) + func (t Tool) Manifest() tools.Manifest + func (t Tool) McpManifest() tools.McpManifest + func (t Tool) ParseParams(data map[string]any, claims map[string]map[string]any) (parameters.ParamValues, error) + func (t Tool) RequiresClientAuthorization(resourceMgr tools.SourceProvider) (bool, error) + func (t Tool) ToConfig() tools.ToolConfig