Skip to content

Commit 633f194

Browse files
committed
Nick: v1.7.0
1 parent 2e2b1f4 commit 633f194

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [1.5.1] - 2025-03-18
3+
## [1.7.0] - 2025-03-18
44

55
### Fixed
66

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": "1.5.1",
3+
"version": "1.7.0",
44
"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.",
55
"type": "module",
66
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ function isGenerateLLMsTextOptions(
755755
const server = new Server(
756756
{
757757
name: 'firecrawl-mcp',
758-
version: '1.5.2',
758+
version: '1.7.0',
759759
},
760760
{
761761
capabilities: {

0 commit comments

Comments
 (0)