MCP Server Framework - v1.0.0
    Preparing search index...

    Interface PromptProvider

    Prompt provider interface for registries and plugins.

    Provides access to prompts for MCP prompts/list and prompts/get requests.

    interface PromptProvider {
        getPrompts(): readonly PromptDefinition<AnyZodObject>[];
        hasPrompts(): boolean;
    }

    Implemented by

    Index

    Methods