@node-in-layers/mcp
Preparing search index...
executeFeatureSchema
Function executeFeatureSchema
executeFeatureSchema
(
argsSchema
:
ZodObject
<
any
>
,
)
:
ZodObject
<
{
args
:
ZodObject
<
any
,
$strip
>
;
crossLayerProps
:
ZodOptional
<
ZodObject
<
{
logging
:
ZodOptional
<
ZodObject
<
{
ids
:
ZodOptional
<
ZodArray
<
ZodRecord
<
(...)
,
(...)
>
>
>
}
,
$loose
,
>
,
>
;
}
,
$loose
,
>
,
>
;
domain
:
ZodOptional
<
ZodString
>
;
featureName
:
ZodString
;
toolName
:
ZodLiteral
<
"execute_feature"
>
;
}
,
$strip
,
>
Schema for the arguments of a Feature execution.
Parameters
argsSchema
:
ZodObject
<
any
>
Returns
ZodObject
<
{
args
:
ZodObject
<
any
,
$strip
>
;
crossLayerProps
:
ZodOptional
<
ZodObject
<
{
logging
:
ZodOptional
<
ZodObject
<
{
ids
:
ZodOptional
<
ZodArray
<
ZodRecord
<
(...)
,
(...)
>
>
>
}
,
$loose
,
>
,
>
;
}
,
$loose
,
>
,
>
;
domain
:
ZodOptional
<
ZodString
>
;
featureName
:
ZodString
;
toolName
:
ZodLiteral
<
"execute_feature"
>
;
}
,
$strip
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@node-in-layers/mcp
Loading...
Schema for the arguments of a Feature execution.