UNPKG

firecrawl-mcp

Version:

MCP server for Firecrawl — search, scrape, and interact with the web. Supports both cloud and self-hosted instances. Features include web search, scraping, page interaction, batch processing, and LLM-powered content analysis.

8 lines (7 loc) 175 B
// src/www-authenticate.ts function escapeWWWAuthenticateValue(value) { return value.replace(/\\/g, "\\\\").replace(/"/g, '\\"'); } export { escapeWWWAuthenticateValue };