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

    Interface ServerCapabilities

    MCP server capabilities to advertise to clients.

    interface ServerCapabilities {
        logging?: boolean;
        prompts?: boolean | { listChanged?: boolean };
        resources?: boolean | { listChanged?: boolean; subscribe?: boolean };
        tools?: boolean | { listChanged?: boolean };
    }
    Index

    Properties

    logging?: boolean

    Enable logging capability

    prompts?: boolean | { listChanged?: boolean }

    Enable prompts capability with optional list-changed notifications

    resources?: boolean | { listChanged?: boolean; subscribe?: boolean }

    Enable resources capability with optional list-changed and subscribe notifications

    tools?: boolean | { listChanged?: boolean }

    Enable tools capability with optional list-changed notifications