firecrawl-mcp 3.0.8 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +15 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -248,8 +248,21 @@ Search the web and optionally extract content from search results. This is the m
248
248
  **Common mistakes:** Using crawl or map for open-ended questions (use search instead).
249
249
  **Prompt Example:** "Find the latest research papers on AI published in 2023."
250
250
  **Sources:** web, images, news, default to web unless needed images or news.
251
- Only use scrapeOptions when you think it is absolutely necessary. When you do so default to a lower limit to avoid timeouts, 5 or lower..
252
- **Usage Example:**
251
+ **Scrape Options:** Only use scrapeOptions when you think it is absolutely necessary. When you do so default to a lower limit to avoid timeouts, 5 or lower.
252
+ **Usage Example without formats:**
253
+ \`\`\`json
254
+ {
255
+ "name": "firecrawl_search",
256
+ "arguments": {
257
+ "query": "top AI companies",
258
+ "limit": 5,
259
+ "sources": [
260
+ "web"
261
+ ]
262
+ }
263
+ }
264
+ \`\`\`
265
+ **Usage Example with formats:**
253
266
  \`\`\`json
254
267
  {
255
268
  "name": "firecrawl_search",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firecrawl-mcp",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "MCP server for Firecrawl web scraping integration. Supports both cloud and self-hosted instances. Features include web scraping, search, batch processing, structured data extraction, and LLM-powered content analysis.",
5
5
  "type": "module",
6
6
  "bin": {