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

    Type Alias BeforeHook

    BeforeHook: (context: MiddlewareContext) => Promise<void> | void

    Hook that runs before the middleware chain continues

    Automatically calls next() after hook completes.

    Type Declaration