MCPToolProperties

type MCPToolProperties = {
[key: string]: {
type: string;
enum?: string[];
description?: string;
};
};

Type representing the properties of an MCP tool's input schema.