Skip to content

v1.5.6

Choose a tag to compare

@github-actions github-actions released this 22 Apr 04:21
· 83 commits to main since this release
Immutable release. Only release title and notes can be modified.
b8b7cc8

grpc-mcp-gateway v1.5.6

Installation

Go install (plugin):

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

Python (pre-compiled proto types):

pip install grpc-mcp-gateway-protos==v1.5.6

Rust (pre-compiled proto types):

[dependencies]
mcp-protobuf = "v1.5.6"

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.6

Checksums

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

Changes

New

  • feat: add CounterService support and update protobuf version to 7.34.1 (c370b1e)

Updated

  • chore: update protoc-gen-mcp version to v1.5.52-0.20260422040626-c370b1e28f56 and adjust C++ build settings (3350d85)
  • docs: update version references to v1.5.51 (739d52c)

Other

  • Potential fix for pull request finding 'Unused import' (b8b7cc8)
  • Potential fix for pull request finding 'Unused import' (a2f2b34)
  • Potential fix for pull request finding 'Unused import' (cb0a906)
  • Potential fix for pull request finding 'Unused import' (c692346)
  • Potential fix for pull request finding 'Unused import' (993772c)
  • Potential fix for pull request finding 'Unused import' (542ab26)
  • Potential fix for pull request finding 'Unused import' (d4005da)