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

Method list_providers

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

Source from the content-addressed store, hash-verified

375
376 #[rpc_auth(auth = "bearer", scope = "provider:read", role = "user")]
377 async fn list_providers(
378 &self,
379 request: Request<ListProvidersRequest>,
380 ) -> Result<Response<ListProvidersResponse>, Status> {
381 provider::handle_list_providers(&self.state, request).await
382 }
383
384 #[rpc_auth(auth = "bearer", scope = "provider:read", role = "user")]
385 async fn list_provider_profiles(

Callers 1

refresh_providersFunction · 0.45

Calls 1

handle_list_providersFunction · 0.85

Tested by

no test coverage detected