We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc95286 commit c8b10e0Copy full SHA for c8b10e0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-server-firecrawl",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "MCP server for FireCrawl web scraping integration",
5
"license": "MIT",
6
"type": "module",
src/index.ts
@@ -459,9 +459,6 @@ function isStatusCheckOptions(args: unknown): args is StatusCheckOptions {
459
);
460
}
461
462
-// Add startup message
463
-console.log("FireCrawl MCP Server running on stdio");
464
-
465
// Server implementation
466
const server = new Server(
467
0 commit comments