mcp-use TypeScript API
    Preparing search index...

    Type Alias McpExactMiddlewareFn<M, TEnv>

    McpExactMiddlewareFn: (
        ctx: MiddlewareContext<M, TEnv>,
        next: McpMiddlewareNext<M>,
    ) => Promise<McpMiddlewareResult<M>>

    Middleware for one exact MCP method.

    Type Parameters

    Type Declaration