Skip to content

Commit d757025

Browse files
committed
Nick:
1 parent a74788c commit d757025

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firecrawl-mcp",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"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.",
55
"type": "module",
66
"mcpName": "io.github.firecrawl/firecrawl-mcp-server",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ This is the most powerful, fastest and most reliable scraper tool, if available
268268
**Best for:** Single page content extraction, when you know exactly which page contains the information.
269269
**Not recommended for:** Multiple pages (use batch_scrape), unknown page (use search), structured data (use extract).
270270
**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.
271+
**Other Features:** Use 'branding' format to extract brand identity (colors, fonts, typography, spacing, UI components) for design analysis or style replication.
271272
**Prompt Example:** "Get the content of the page at https://example.com."
272273
**Usage Example:**
273274
\`\`\`json

0 commit comments

Comments
 (0)