firecrawl-mcp 1.4.0 → 1.4.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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1051,7 +1051,7 @@ ${result.markdown ? `\nContent:\n${result.markdown}` : ''}`)
1051
1051
  summaries: response.summaries || [],
1052
1052
  };
1053
1053
  return {
1054
- content: [{ type: 'text', text: JSON.stringify(formattedResponse, null, 2) }],
1054
+ content: [{ type: 'text', text: formattedResponse.finalAnalysis }],
1055
1055
  isError: false,
1056
1056
  };
1057
1057
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "firecrawl-mcp",
3
- "version": "1.4.0",
3
+ "version": "1.4.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": {