Skip to content

Commit 1b9c89b

Browse files
committed
Nick: v12
1 parent f449848 commit 1b9c89b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "1.11.0",
3+
"version": "1.12.0",
44
"description": "MCP server for Firecrawl web scraping integration. Supports both cloud and self-hosted instances. Features include web scraping, batch processing, structured data extraction, and LLM-powered content analysis.",
55
"type": "module",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ const EXTRACT_TOOL: Tool = {
513513
description: `
514514
Extract structured information from web pages using LLM capabilities. Supports both cloud AI and self-hosted LLM extraction.
515515
516-
**Best for:** Extracting specific structured data like prices, names, details.
516+
**Best for:** Extracting specific structured data like prices, names, details from web pages.
517517
**Not recommended for:** When you need the full content of a page (use scrape); when you're not looking for specific structured data.
518518
**Arguments:**
519519
- urls: Array of URLs to extract information from

0 commit comments

Comments
 (0)