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