Skip to content

Commit e35ab32

Browse files
committed
Nick: 3.5.2
1 parent 38513b6 commit e35ab32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firecrawl-mcp",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
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
"mcpName": "io.github.firecrawl/firecrawl-mcp-server",

server.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.firecrawl/firecrawl-mcp-server",
44
"title": "Firecrawl MCP Server",
55
"description": "MCP server for Firecrawl web scraping, structured data extraction and web search integration.",
6-
"version": "3.5.1",
6+
"version": "3.5.2",
77
"status": "active",
88
"repository": {
99
"url": "https://github.com/firecrawl/firecrawl-mcp-server.git",
@@ -13,17 +13,17 @@
1313
{
1414
"registryType": "npm",
1515
"identifier": "firecrawl-mcp",
16-
"version": "3.5.1",
16+
"version": "3.5.2",
1717
"transport": {
1818
"type": "stdio"
1919
},
2020
"environmentVariables": [
2121
{
22-
"description": "Your API key for the service",
23-
"isRequired": true,
22+
"description": "Your API key for Firecrawl",
23+
"isRequired": false,
2424
"format": "string",
2525
"isSecret": true,
26-
"name": "YOUR_API_KEY"
26+
"name": "FIRECRAWL_API_KEY"
2727
}
2828
]
2929
}

0 commit comments

Comments
 (0)