serve(); } catch (\Exception $e) { ErrorHandler::logException($e); $result = $server->returnError($e); } $result = json_encode($result, JSON_THROW_ON_ERROR|JSON_PRETTY_PRINT); Logger::debug('MCP Response', $result); echo $result;