MCP Apps Kit - v0.5.0
    Preparing search index...

    Type Alias Middleware

    Middleware: (
        context: MiddlewareContext,
        next: () => Promise<void>,
    ) => Promise<void>

    Middleware function signature

    Koa-style middleware with async/await and explicit next() call. Middleware executes in registration order before tool handler.

    Type Declaration