UNPKG

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

Version:

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

4 lines (3 loc) 229 B
import type { CrawlResult } from '@just-every/crawl'; import type { FetchMarkdownOptions } from './fetchMarkdown.js'; export declare function secureCrawl(startUrl: string, options?: FetchMarkdownOptions): Promise<CrawlResult[]>;