UNPKG

youtube-video-summarizer-mcp

Version:
6 lines (5 loc) 107 B
export interface ToolResponse<T> { result: T | null; isError: boolean; error: string | null; }