src/ ├── main/ │ ├── java/com/example/demo/ │ │ ├── component/ # Isolated business logic and operations (ItemComponent) │ │ ├── exception/ # Custom boundary exceptions mapping to gRPC statuses │ │ ├── ...
A protoc plugin and runtime library that generates Model Context Protocol (MCP) server stubs from Protocol Buffer service definitions. It bridges gRPC services to the MCP ecosystem, enabling LLMs to ...