/claim #390
This PR turns the existing kyo-grpc skeleton into an executable MVP path for unary calls (in-process), so the module no longer stops at stubs only.
GrpcServer
start() to return a real ServerBinding with host:port and running-state lifecycle hooks.GrpcClient
registerUnary to bind a method path to a local unary handler.Call.run for registered handlers.???).Issue #390 has been blocked by broad scope and repeated non-executable drafts. This PR intentionally lands a narrow, testable slice that compiles logically and provides a concrete runtime seam for subsequent transport integration.
If preferred, I can open the next PR directly on transport wiring using this unary seam as the integration point.
CuboYe
@CuboYe
Kyo
@getkyo
Kaizen Solutions
@kaizen-solutions
Calvin Lee Fernandes
@calvinlfer