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

Method list_provider_profiles

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

Source from the content-addressed store, hash-verified

383
384 #[rpc_auth(auth = "bearer", scope = "provider:read", role = "user")]
385 async fn list_provider_profiles(
386 &self,
387 request: Request<ListProviderProfilesRequest>,
388 ) -> Result<Response<ListProviderProfilesResponse>, Status> {
389 provider::handle_list_provider_profiles(&self.state, request).await
390 }
391
392 #[rpc_auth(auth = "bearer", scope = "provider:read", role = "user")]
393 async fn get_provider_profile(

Callers 1

refresh_providersFunction · 0.45

Calls 1

Tested by

no test coverage detected