@mcp-z/server
    Preparing search index...

    Type Alias PromptConfig

    Prompt config signature - explicit structural type mirroring SDK registerPrompt config

    Uses explicit structure to avoid TypeScript inference issues with array types. Validated against SDK signature for compatibility.

    type PromptConfig = {
        argsSchema?: ZodRawShapeCompat;
        description?: string;
        title?: string;
    }
    Index

    Properties

    argsSchema?: ZodRawShapeCompat
    description?: string
    title?: string