topic-scout-mcp
Version:
MCP Server para buscar notícias e identificar tendências sobre tópicos específicos
17 lines • 483 B
TypeScript
export declare class TopicScoutMCPServer {
private server;
private newsApiKey;
private serverName;
constructor(serverName?: string);
private setupToolHandlers;
private searchNewsArticles;
private getNewsSources;
private calculateStartDate;
private searchNews;
private fetchNewsSources;
private formatNewsResponse;
private formatSourcesResponse;
private getTopSources;
run(): Promise<void>;
}
//# sourceMappingURL=index.d.ts.map