firecrawl-mcp 3.5.2 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -154,6 +154,7 @@ const scrapeParamsSchema = z.object({
154
154
  'links',
155
155
  'summary',
156
156
  'changeTracking',
157
+ 'branding',
157
158
  ]),
158
159
  z.object({
159
160
  type: z.literal('json'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firecrawl-mcp",
3
- "version": "3.5.2",
3
+ "version": "3.6.1",
4
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
  "mcpName": "io.github.firecrawl/firecrawl-mcp-server",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@mendable/firecrawl-js": "^4.3.6",
32
32
  "dotenv": "^17.2.2",
33
- "firecrawl-fastmcp": "^1.0.3",
33
+ "firecrawl-fastmcp": "^1.0.4",
34
34
  "typescript": "^5.9.2",
35
35
  "zod": "^4.1.5"
36
36
  },