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 201117a commit c3e0d4bCopy full SHA for c3e0d4b
src/Commands/LoopMcpServerStartCommand.php
@@ -86,6 +86,8 @@ public function handle(McpHandler $mcpHandler): int
86
);
87
88
$stdout->write(json_encode($response).PHP_EOL);
89
+
90
+ report($e);
91
}
92
93
0 commit comments