<- Adapters

gRPC

experimentalnetwork

gRPC service discovery and unary call invocation

pip install chp-adapter-grpc

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

describe_servicev0.1.0

Get methods and metadata for a gRPC service.

chp.adapters.grpc.describe_service
list_servicesv0.1.0

List available gRPC services via reflection.

chp.adapters.grpc.list_services
server_healthv0.1.0

Check gRPC server or service health via the standard health protocol.

chp.adapters.grpc.server_health
unary_callv0.1.0

Invoke a unary gRPC method. Request and response body never in evidence.

chp.adapters.grpc.unary_call
See the full capability catalog →