toolmark-monorepo / @toolmark/core/webmcp / WebMcpExecuteOptions
Interface: WebMcpExecuteOptions
Defined in: packages/core/src/webmcp/model-context.ts:23
Experimental
Options the browser (or polyfill) passes to a tool's execute. The polyfill passes none. WebMCP is an origin-trial API; this adapter is outside semver (D28).
Properties
signal?
optionalsignal?:AbortSignal
Defined in: packages/core/src/webmcp/model-context.ts:25
Experimental
Aborted when the agent cancels the execution.