UNPKG

mcp-trends-hub

Version:

🔥 基于 Model Context Protocol (MCP) 协议的全网热点趋势一站式聚合服务

10 lines (9 loc) 242 B
export declare const getRss: (url: string) => Promise<any>; export declare const getRssItems: (url: string) => Promise<{ title: any; description: any; category: string; author: any; publish_time: any; link: any; }[]>;