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

    Interface RegistryItem

    Minimum interface for items that can be registered.

    interface RegistryItem {
        name: string;
    }
    Index

    Properties

    Properties

    name: string