Skip to content

Tags: the-protobuf-project/grpc-mcp-gateway

Tags

v1.6.0

Toggle v1.6.0's commit message
fixed the readme

v1.5.63

Toggle v1.5.63's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #75 from machanigroup/main

Add Bazel build files for protobuf and generator components

v1.5.62

Toggle v1.5.62's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #50 from machanirobotics/dependabot/cargo/examples…

…/rust/axum-0.8.9

chore(deps): bump axum from 0.8.8 to 0.8.9 in /examples/rust

v1.5.61

Toggle v1.5.61's commit message
docs: update version references to v1.5.6

v1.5.6

Toggle v1.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Potential fix for pull request finding 'Unused import'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>

v1.5.51

Toggle v1.5.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

v1.5.5

Toggle v1.5.5's commit message
docs: update version references to v1.5.5

v1.5.4

Toggle v1.5.4's commit message
chore: update Go module dependencies and lock files

- Bumped `github.com/modelcontextprotocol/go-sdk` from v1.4.1 to v1.5.0.
- Updated `google.golang.org/genproto/googleapis/api` and `google.golang.org/genproto/googleapis/rpc` to the latest versions.
- Updated indirect dependencies: `golang.org/x/net`, `golang.org/x/oauth2`, `golang.org/x/sys`, and `golang.org/x/text` to their respective latest versions.
- Updated Python package versions in `examples/python/uv.lock` for `anyio`, `attrs`, `certifi`, `click`, `cryptography`, and others.
- Updated Rust dependencies in `examples/rust/Cargo.lock` for several packages including `anyhow`, `bumpalo`, `chrono`, and `hyper`.

v1.5.3

Toggle v1.5.3's commit message
chore: migrate CI and release workflows to Bun

- Replaced Node.js setup with Bun in CI workflows for TypeScript checks and publishing.
- Updated package installation commands to use Bun's syntax.
- Bumped Protobuf version from 7.34.0 to 7.34.1 in multiple Python project files and lock files.

v1.5.2

Toggle v1.5.2's commit message
chore: update Rust toolchain and dependencies to version 1.93.0; adju…

…st project editions to 2024

- Updated Rust toolchain version in CI workflows and release configuration.
- Changed Rust edition to 2024 and set rust-version to 1.93.0 in multiple Cargo.toml files.
- Refactored StreamableHttpServerConfig initialization in generated service files for improved clarity.
- Updated README to reflect new Rust version requirements.