MCPToolValue

type MCPToolValue = {
[x: string]: unknown;
} | undefined;

Type representing the value of an MCP tool's parameters, which can be an object with string keys or undefined.