UNPKG

@kevinwatt/yt-dlp-mcp

Version:

An MCP server implementation that integrates with yt-dlp, providing video and audio content download capabilities (e.g. YouTube, Facebook, Tiktok, etc.) for LLMs.

4 lines (3 loc) 279 B
import type { NormalizedComment, ThreadedComment } from "./comments-types.js"; export declare function buildFlatSummary(comments: NormalizedComment[], hasMore: boolean): string; export declare function buildThreadedSummary(comments: ThreadedComment[], hasMore: boolean): string;