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

    Interface DefineDynamicResourceTemplateOptions

    interface DefineDynamicResourceTemplateOptions {
        description?: string;
        name?: string;
        registry?: DynamicResourceRegistry;
    }
    Index

    Properties

    description?: string

    Override the template description shown to clients

    name?: string

    Override the resource template name (default: ephemeral-resource)

    Override the registry to bind the template to (defaults to the global singleton)