UNPKG

@just-every/mcp-read-website-fast

Version:

Markdown Content Preprocessor - Fetch web pages, extract content, convert to clean Markdown

3 lines (2 loc) 182 B
export declare function extractMarkdownLinks(markdown: string, baseUrl: string): string[]; export declare function filterSameOriginLinks(links: string[], baseUrl: string): string[];