UNPKG

testing-a-web-extractor-as-mcp-server

Version:

MCP server for extracting content from web pages

2 lines (1 loc) 73 B
export declare function extractWebContent(url: string): Promise<string>;