Skip to content

Commit c8f71ab

Browse files
committed
fix
1 parent 0fca665 commit c8f71ab

File tree

2 files changed

+16
-38
lines changed

2 files changed

+16
-38
lines changed

package-lock.json

Lines changed: 14 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firecrawl-mcp",
3-
"version": "3.3.2",
3+
"version": "3.3.4",
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
"bin": {
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@mendable/firecrawl-js": "^4.3.6",
3131
"dotenv": "^17.2.2",
32-
"firecrawl-fastmcp": "^1.0.2",
32+
"firecrawl-fastmcp": "^1.0.3",
3333
"typescript": "^5.9.2",
3434
"zod": "^4.1.5"
3535
},

0 commit comments

Comments
 (0)