MCP Apps Kit - v0.5.0
GitHub
npm
Preparing search index...
core/src
BeforeHookWithResult
Type Alias BeforeHookWithResult
BeforeHookWithResult
:
(
context
:
MiddlewareContext
)
=>
Promise
<
void
>
|
void
Hook that runs before the middleware chain continues (with result passing)
Type Declaration
(
context
:
MiddlewareContext
)
:
Promise
<
void
>
|
void
Parameters
context
:
MiddlewareContext
Returns
Promise
<
void
>
|
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
npm
MCP Apps Kit - v0.5.0
Loading...
Hook that runs before the middleware chain continues (with result passing)