Mandatory
Where is the source code for the plugin?
https://github.com/linkbreakers-com/grpc-mcp-gateway/tree/main/cmd/protoc-gen-mcp-gateway
Does the plugin have a valid semver version?
Yes. Latest version is v0.4.0, taken from the git tags in the repository: https://github.com/linkbreakers-com/grpc-mcp-gateway
Does the plugin have a dependency on another plugin?
Yes. The generated code references types from the proto file being compiled (e.g. HelloRequest, GreeterClient), which means it depends on the output of protoc-gen-go and protoc-gen-go-grpc:
Does the output of this plugin depend on any other external libraries?
Yes. The generated code imports two runtime dependencies:
- github.com/linkbreakers-com/grpc-mcp-gateway/runtime the gateway runtime (decode/encode helpers)
- github.com/modelcontextprotocol/go-sdk/mcp the MCP Go SDK
Mandatory
Where is the source code for the plugin?
https://github.com/linkbreakers-com/grpc-mcp-gateway/tree/main/cmd/protoc-gen-mcp-gateway
Does the plugin have a valid semver version?
Yes. Latest version is v0.4.0, taken from the git tags in the repository: https://github.com/linkbreakers-com/grpc-mcp-gateway
Does the plugin have a dependency on another plugin?
Yes. The generated code references types from the proto file being compiled (e.g. HelloRequest, GreeterClient), which means it depends on the output of
protoc-gen-goandprotoc-gen-go-grpc:Does the output of this plugin depend on any other external libraries?
Yes. The generated code imports two runtime dependencies: