Add proto2mcp to global extension registry (1179-1181)#28790
Open
brucearctor wants to merge 1 commit into
Open
Add proto2mcp to global extension registry (1179-1181)#28790brucearctor wants to merge 1 commit into
brucearctor wants to merge 1 commit into
Conversation
proto2mcp is a protoc/buf plugin that generates MCP (Model Context Protocol) servers from Protobuf service definitions. It uses custom options on MethodOptions, ServiceOptions, and FileOptions to control MCP tool generation. Project: https://github.com/protocgen/proto2mcp Extension: 1179-1181 (MethodOptions, ServiceOptions, FileOptions)
brucearctor
added a commit
to protocgen/proto2mcp
that referenced
this pull request
Jul 24, 2026
Update proto extension numbers from arbitrary 1052025-1052027 to officially registered 1179-1181 per PR to protocolbuffers/protobuf: protocolbuffers/protobuf#28790 - MethodOptions: 1179 - ServiceOptions: 1180 - FileOptions: 1181
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extension Registration Request
Project: proto2mcp
Website: https://github.com/protocgen/proto2mcp
Requested Extensions: 1179-1181
About proto2mcp
proto2mcp is a protoc/buf plugin that generates MCP (Model Context Protocol) servers from Protobuf service definitions. It enables existing gRPC/ConnectRPC services to be securely exposed as LLM tools with:
buf.validateconstraint mapping for LLM input validationExtension Usage
proto2mcp uses custom options on three descriptor types:
google.protobuf.MethodOptionsgoogle.protobuf.ServiceOptionsgoogle.protobuf.FileOptionsExample
Related
proto2mcp is part of the protocgen ecosystem, alongside proto2type.