UNPKG

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

Version:

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

5 lines (4 loc) 205 B
import type { CrawlOptions } from '@just-every/crawl'; export type { CrawlOptions }; type CrawlModule = typeof import('@just-every/crawl'); export declare function loadCrawlModule(): Promise<CrawlModule>;