UNPKG

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

Version:

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

4 lines (3 loc) 160 B
import { JSDOM } from 'jsdom'; export declare function htmlToDom(html: string, url: string): JSDOM; export declare function extractLinks(dom: JSDOM): string[];