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 cfe55a0 commit 64d594eCopy full SHA for 64d594e
src/Mcp/Tools/Tinker.php
@@ -63,9 +63,7 @@ public function handle(array $arguments): ToolResult
63
}
64
65
return ToolResult::json($response);
66
-
67
} catch (Throwable $e) {
68
69
return ToolResult::json([
70
'error' => $e->getMessage(),
71
'type' => get_class($e),
@@ -74,7 +72,6 @@ public function handle(array $arguments): ToolResult
74
72
]);
75
73
76
} finally {
77
78
ob_end_clean();
79
80
0 commit comments