Skip to content

Commit c3e0d4b

Browse files
authored
Report the exception (#21)
1 parent 201117a commit c3e0d4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/LoopMcpServerStartCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public function handle(McpHandler $mcpHandler): int
8686
);
8787

8888
$stdout->write(json_encode($response).PHP_EOL);
89+
90+
report($e);
8991
}
9092
}
9193

0 commit comments

Comments
 (0)