Skip to content

Commit 38513b6

Browse files
committed
Nick: fixes
1 parent 138c99c commit 38513b6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
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.4.0",
3+
"version": "3.5.1",
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
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.4.0",
6+
"version": "3.5.1",
7+
"status": "active",
8+
"repository": {
9+
"url": "https://github.com/firecrawl/firecrawl-mcp-server.git",
10+
"source": "github"
11+
},
712
"packages": [
813
{
914
"registryType": "npm",
1015
"identifier": "firecrawl-mcp",
11-
"version": "3.4.0",
16+
"version": "3.5.1",
1217
"transport": {
1318
"type": "stdio"
1419
},

0 commit comments

Comments
 (0)