youtube-data-mcp
Version:
MCP server for YouTube data extraction - transcripts, comments, and search
11 lines • 353 B
TypeScript
export declare const config: {
readonly serpApiKey: string;
readonly serpApiBaseUrl: "https://serpapi.com/search.json";
readonly server: {
readonly name: "youtube-data-mcp";
readonly version: "2.0.0";
readonly port: number;
};
};
export declare function validateConfig(): void;
//# sourceMappingURL=index.d.ts.map