MCP Apps
    Preparing search index...

    Type Alias LegacyMethodSchema

    LegacyMethodSchema: ZodObject<{ method: ZodLiteral<string>; params: ZodType }>

    A whole-message Zod schema (method literal plus params), as accepted by the 1.x setRequestHandler(Schema, handler) forms.