endpoint LaunchServer = 101 { Greet() => (i32 client_id) OpenURL(URL url, String handler_name) => (bool response) GetHandlersForURL(URL url) => (Vector handlers) GetHandlersWithDetailsForURL(URL url) => (Vector handlers_details) AddAllowedURL(URL url) => () AddAllowedHandlerWithAnyURL(String handler_name) => () AddAllowedHandlerWithOnlySpecificURLs(String handler_name, Vector urls) => () SealAllowlist() => () }