firecrawl-mcp 3.6.0 → 3.6.2

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 +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -221,6 +221,7 @@ This is the most powerful, fastest and most reliable scraper tool, if available
221
221
  **Best for:** Single page content extraction, when you know exactly which page contains the information.
222
222
  **Not recommended for:** Multiple pages (use batch_scrape), unknown page (use search), structured data (use extract).
223
223
  **Common mistakes:** Using scrape for a list of URLs (use batch_scrape instead). If batch scrape doesnt work, just use scrape and call it multiple times.
224
+ **Other Features:** Use 'branding' format to extract brand identity (colors, fonts, typography, spacing, UI components) for design analysis or style replication.
224
225
  **Prompt Example:** "Get the content of the page at https://example.com."
225
226
  **Usage Example:**
226
227
  \`\`\`json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firecrawl-mcp",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
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
  "mcpName": "io.github.firecrawl/firecrawl-mcp-server",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@mendable/firecrawl-js": "^4.3.6",
32
32
  "dotenv": "^17.2.2",
33
- "firecrawl-fastmcp": "^1.0.3",
33
+ "firecrawl-fastmcp": "^1.0.4",
34
34
  "typescript": "^5.9.2",
35
35
  "zod": "^4.1.5"
36
36
  },