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

    Call handler - executes the next handler in the chain

    interface MCPCallHandler {
        handle(): Promise<unknown>;
    }
    Index

    Methods

    Methods