vapor-chamber API reference - v1.16.0
Repo
Performance
Roadmap
Laravel integration
Preparing search index...
mcp
McpBus
Type Alias McpBus
Minimal bus surface the MCP layer needs — any schema bus (sync or async) satisfies it.
type
McpBus
=
{
dispatch
:
(
action
:
string
,
target
:
any
,
payload
?:
any
,
)
=>
CommandResult
|
Promise
<
CommandResult
>
;
getSchema
:
()
=>
BusSchema
;
}
Index
Properties
dispatch
get
Schema
Properties
dispatch
dispatch
:
(
action
:
string
,
target
:
any
,
payload
?:
any
,
)
=>
CommandResult
|
Promise
<
CommandResult
>
get
Schema
getSchema
:
()
=>
BusSchema
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
dispatch
get
Schema
Repo
Performance
Roadmap
Laravel integration
vapor-chamber API reference - v1.16.0
Loading...
Minimal bus surface the MCP layer needs — any schema bus (sync or async) satisfies it.