You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "firecrawl-mcp",
3
-
"version": "1.12.0",
4
-
"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.",
3
+
"version": "2.0.2",
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
"bin": {
7
7
"firecrawl-mcp": "dist/index.js"
@@ -20,15 +20,17 @@
20
20
"lint:fix": "eslint src/**/*.ts --fix",
21
21
"format": "prettier --write .",
22
22
"prepare": "npm run build",
23
-
"publish": "npm run build && npm publish"
23
+
"publish": "npm run build && npm publish",
24
+
"publish-beta": "npm run build && npm publish --tag beta"
0 commit comments