Skip to content

Commit

Permalink
fix: Remove plain text console.log to fix JSON parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
vrknetha committed Dec 7, 2024
1 parent bc95286 commit c8b10e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcp-server-firecrawl",
"version": "1.0.1",
"version": "1.0.2",
"description": "MCP server for FireCrawl web scraping integration",
"license": "MIT",
"type": "module",
Expand Down
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,6 @@ function isStatusCheckOptions(args: unknown): args is StatusCheckOptions {
);
}

// Add startup message
console.log("FireCrawl MCP Server running on stdio");

// Server implementation
const server = new Server(
{
Expand Down

0 comments on commit c8b10e0

Please sign in to comment.