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

    Logging interceptor - logs before and after handler execution Includes timing information and error logging

    @Injectable()
    class MyToolProvider {
    @UseMCPInterceptors(LoggingInterceptor)
    @MCPTool({ name: 'my_tool', description: 'Logged tool' })
    async myTool() {
    return 'Result';
    }
    }

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods