Skip to content

Commit 2e2b1f4

Browse files
authored
Merge pull request #24 from mendableai/fix-stdio-logging-issue
Fix stdio logging issue
2 parents c5406b5 + 06cd8fb commit 2e2b1f4

File tree

4 files changed

+209
-175
lines changed

4 files changed

+209
-175
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.5.1] - 2025-03-18
4+
5+
### Fixed
6+
7+
- Critical bugfix for stdio transport hanging issues with Python clients
8+
- Implemented transport-aware logging that directs logs to stderr when using stdio transport
9+
- Resolves issue #22 where Python clients would hang during initialization or tool execution
10+
- Improves compatibility with non-JavaScript MCP clients
11+
312
## [1.2.4] - 2024-02-05
413

514
### Added

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
3+
"version": "1.5.1",
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": {

0 commit comments

Comments
 (0)