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) 381 B
import type { CommentRequestOptions, CommentSourceInfo, CommentSummaryOptions } from "./comments-types.js"; export declare function formatCommentsOutput(rawComments: unknown, sourceInfo: CommentSourceInfo, options: CommentRequestOptions, characterLimit?: number): string; export declare function formatCommentsSummary(rawComments: unknown, options: CommentSummaryOptions): string;