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.

3 lines (2 loc) 142 B
import type { PreparedComments } from "./comments-types.js"; export declare function prepareComments(rawComments: unknown): PreparedComments;