MCP Server Framework - v1.0.0
Preparing search index...
mcp-server-framework
z
PreprocessEffect
Type Alias PreprocessEffect<T>
type
PreprocessEffect
<
T
>
=
{
transform
:
(
arg
:
T
,
ctx
:
RefinementCtx
)
=>
any
;
type
:
"preprocess"
;
}
Type Parameters
T
Index
Properties
transform
type
Properties
transform
transform
:
(
arg
:
T
,
ctx
:
RefinementCtx
)
=>
any
type
type
:
"preprocess"
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
transform
type
MCP Server Framework - v1.0.0
Loading...