NestJS MCP - v1.0.1
    Preparing search index...

    MCP Server capabilities

    interface MCPServerCapabilities {
        tools?: { listChanged?: boolean };
        resources?: { subscribe?: boolean; listChanged?: boolean };
        prompts?: { listChanged?: boolean };
        logging?: JSONObject;
        experimental?: JSONObject;
        completions?: JSONObject;
        [x: string]: unknown;
    }

    Indexable

    • [x: string]: unknown
    Index

    Properties

    tools?: { listChanged?: boolean }
    resources?: { subscribe?: boolean; listChanged?: boolean }
    prompts?: { listChanged?: boolean }
    logging?: JSONObject
    experimental?: JSONObject
    completions?: JSONObject