MCP Apps Kit - v0.5.0
GitHub
npm
Preparing search index...
core/src
ToolBuilderComplete
Interface ToolBuilderComplete<_TName, TInput, TOutput>
Final: Ready to build.
interface
ToolBuilderComplete
<
_TName
extends
string
,
TInput
extends
z.ZodType
,
TOutput
extends
z.ZodType
,
>
{
build
()
:
ToolDef
<
TInput
,
TOutput
>
;
}
Type Parameters
_TName
extends
string
TInput
extends
z.ZodType
TOutput
extends
z.ZodType
Index
Methods
build
Methods
build
build
()
:
ToolDef
<
TInput
,
TOutput
>
Build the tool definition.
Returns
ToolDef
<
TInput
,
TOutput
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Methods
build
GitHub
npm
MCP Apps Kit - v0.5.0
Loading...
Final: Ready to build.