firecrawl-mcp 2.0.0 → 2.0.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 +9 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -520,14 +520,15 @@ Search the web and optionally extract content from search results. This is the m
520
520
  type: 'object',
521
521
  properties: {
522
522
  type: { type: 'string', enum: ['web'] },
523
- tbs: {
524
- type: 'string',
525
- description: 'Time-based search parameter (e.g., qdr:h, qdr:d, qdr:w, qdr:m, qdr:y or custom cdr with cd_min/cd_max)',
526
- },
527
- location: {
528
- type: 'string',
529
- description: 'Location parameter for search results',
530
- },
523
+ // tbs: {
524
+ // type: 'string',
525
+ // description:
526
+ // 'Time-based search parameter (e.g., qdr:h, qdr:d, qdr:w, qdr:m, qdr:y or custom cdr with cd_min/cd_max)',
527
+ // },
528
+ // location: {
529
+ // type: 'string',
530
+ // description: 'Location parameter for search results',
531
+ // },
531
532
  },
532
533
  required: ['type'],
533
534
  additionalProperties: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firecrawl-mcp",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
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.",
5
5
  "type": "module",
6
6
  "bin": {