MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / get_gateway_config

Method get_gateway_config

crates/openshell-server/src/grpc/mod.rs:491–496  ·  view source on GitHub ↗
(
        &self,
        request: Request<GetGatewayConfigRequest>,
    )

Source from the content-addressed store, hash-verified

489
490 #[rpc_auth(auth = "bearer", scope = "config:read", role = "user")]
491 async fn get_gateway_config(
492 &self,
493 request: Request<GetGatewayConfigRequest>,
494 ) -> Result<Response<GetGatewayConfigResponse>, Status> {
495 policy::handle_get_gateway_config(&self.state, request).await
496 }
497
498 #[rpc_auth(auth = "sandbox")]
499 async fn get_sandbox_provider_environment(

Callers 1

refresh_global_settingsFunction · 0.45

Calls 1

Tested by

no test coverage detected