Skip to content

Commit c8b10e0

Browse files
committed
fix: Remove plain text console.log to fix JSON parsing error
1 parent bc95286 commit c8b10e0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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": "mcp-server-firecrawl",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "MCP server for FireCrawl web scraping integration",
55
"license": "MIT",
66
"type": "module",

src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -459,9 +459,6 @@ function isStatusCheckOptions(args: unknown): args is StatusCheckOptions {
459459
);
460460
}
461461

462-
// Add startup message
463-
console.log("FireCrawl MCP Server running on stdio");
464-
465462
// Server implementation
466463
const server = new Server(
467464
{

0 commit comments

Comments
 (0)