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

    Interface ModuleCollections

    interface ModuleCollections {
        prompts: PromptModule[];
        resources: ResourceModule[];
        tools: ToolModule<ToolConfig, unknown>[];
    }
    Index

    Properties

    prompts: PromptModule[]
    resources: ResourceModule[]
    tools: ToolModule<ToolConfig, unknown>[]