Skip to content

Commit 467cafd

Browse files
committed
Nick: node 18 and claude compatible
1 parent 0076ed5 commit 467cafd

File tree

4 files changed

+200
-100
lines changed

4 files changed

+200
-100
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firecrawl-mcp",
3-
"version": "3.0.9",
3+
"version": "3.1.13",
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,12 +29,12 @@
2929
"dependencies": {
3030
"@mendable/firecrawl-js": "^4.3.4",
3131
"dotenv": "^17.2.2",
32-
"fastmcp": "^3.16.0",
32+
"firecrawl-fastmcp": "^1.0.2",
3333
"typescript": "^5.9.2",
3434
"zod": "^4.1.5"
3535
},
3636
"engines": {
37-
"node": ">=20.0.0"
37+
"node": ">=18.0.0"
3838
},
3939
"keywords": [
4040
"mcp",

0 commit comments

Comments
 (0)