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

    Guard interface - determines if an operation can be executed

    interface MCPGuard {
        canActivate(context: MCPExecutionContext): boolean | Promise<boolean>;
    }

    Implemented by

    Index

    Methods

    Methods