overrideMCP
declare function overrideMCP(mcpSchema: TMCPSchema): IMCPSchema;
Overrides an existing MCP (Model Context Protocol) schema with a new or partial schema.
Parameters
Parameter |
Description |
mcpSchema |
The MCP schema containing the name and optional properties to override. |