vapor-chamber API reference - v1.16.0
Repo
Performance
Roadmap
Laravel integration
Preparing search index...
mcp
McpTool
Type Alias McpTool
An MCP tool definition, as returned by the
tools/list
method.
type
McpTool
=
{
name
:
string
;
description
?:
string
;
inputSchema
:
{
type
:
"object"
;
properties
:
Record
<
string
,
any
>
;
required
?:
string
[]
;
}
;
}
Index
Properties
name
description?
input
Schema
Properties
name
name
:
string
Optional
description
description
?:
string
input
Schema
inputSchema
:
{
type
:
"object"
;
properties
:
Record
<
string
,
any
>
;
required
?:
string
[]
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
description
input
Schema
Repo
Performance
Roadmap
Laravel integration
vapor-chamber API reference - v1.16.0
Loading...
An MCP tool definition, as returned by the
tools/listmethod.