Skip to content

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 11 Apr 09:32
· 119 commits to main since this release

grpc-mcp-gateway v1.5.3

Installation

Go install (plugin):

go install github.com/machanirobotics/grpc-mcp-gateway/plugin/cmd/protoc-gen-mcp@v1.5.3

Python (pre-compiled proto types):

pip install grpc-mcp-gateway-protos==1.5.3

Rust (pre-compiled proto types):

[dependencies]
mcp-protobuf = "1.5.3"

TypeScript / Node (pre-compiled proto types):

npm install @machanirobotics/grpc-mcp-gateway-protos@1.5.3

Download binary:
Download the archive for your platform below, extract it, and place protoc-gen-mcp in your $PATH.

The version is baked into the binary via -ldflags and will appear in all generated file headers:

protoc-gen-mcp --version
# protoc-gen-mcp v1.5.3

Checksums

See checksums.txt for SHA-256 hashes of all archives.

Changes

Initial release