Versions in this module Expand all Collapse all v0 v0.0.2 Dec 19, 2025 v0.0.1 Dec 17, 2025 Changes in this version + func NewOpenAPIUpstream() upstream.Upstream + type McpOperation struct + Description string + Method string + OperationID string + Parameters openapi3.Parameters + Path string + RequestBodySchema map[string]*openapi3.SchemaRef + ResponseSchemas map[string]map[string]*openapi3.SchemaRef + Summary string + type OpenAPIUpstream struct + func (u *OpenAPIUpstream) Register(ctx context.Context, serviceConfig *configv1.UpstreamServiceConfig, ...) (string, []*configv1.ToolDefinition, []*configv1.ResourceDefinition, error) + func (u *OpenAPIUpstream) Shutdown(_ context.Context) error + type ParsedOpenAPIData struct + Info openapi3.Info + Paths map[string]*PathItem + Servers openapi3.Servers + type PathItem struct + PathRef *openapi3.PathItem