You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Fetch URL. Converts HTML to markdown; returns explicit JSON, plain text, YAML, TOML, and XML as readable markdown; supports bounded PDF text extraction; other binary/media/archive downloads are rejected. When browser solvers are configured, mcp-searxng attempts FlareSolverr first and then Byparr only after a busy or transient-unavailable acquisition; after the final unavailable provider it uses one uncached direct read.",
353
+
"Fetch URL. Converts HTML to markdown; returns explicit JSON, plain text, YAML, TOML, and XML as readable markdown; supports bounded PDF text extraction; other binary/media/archive downloads are rejected. When browser solvers are configured, mcp-searxng attempts FlareSolverr first and then Byparr only after a busy or transient-unavailable acquisition; after a final busy or unavailable provider it uses one uncached direct read.",
354
354
inputSchema: {
355
355
type: "object",
356
356
properties: {url: {type: "string",description: "URL to fetch."}},
"Content-type aware: HTML is converted to markdown; JSON is pretty-printed; plain text, YAML, TOML, and XML are returned as fenced readable text. "+
366
366
"PDF text extraction is supported with bounded input, output, page count, time, concurrency, and memory; OCR is not supported. "+
367
367
"Binary, media, archive, and octet-stream downloads other than PDFs are intentionally rejected instead of being returned as raw bytes. "+
368
-
"When the operator configures browser solvers, mcp-searxng attempts FlareSolverr first and then Byparr only after a busy or transient-unavailable acquisition; cache hits bypass acquisition and the final unavailable provider uses one uncached direct-fetch fallback. "+
368
+
"When the operator configures browser solvers, mcp-searxng attempts FlareSolverr first and then Byparr only after a busy or transient-unavailable acquisition; cache hits bypass acquisition and a final busy or unavailable provider uses one uncached direct-fetch fallback. "+
369
369
"Three modes: "+
370
370
"(1) Full content — omit filtering params; use `startChar`/`maxLength` to paginate large pages. "+
371
371
"(2) Section extraction — set `section` to return content under a specific heading. "+
0 commit comments