Skip to content

Plugin request for Buf Schema Registry: grpc-mcp-gateway #2244

Description

@Loschcode

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:

  1. github.com/linkbreakers-com/grpc-mcp-gateway/runtime the gateway runtime (decode/encode helpers)
  2. github.com/modelcontextprotocol/go-sdk/mcp the MCP Go SDK

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions