Type Alias MCPToolProperties

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

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

Type declaration

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