File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ import mcp.protobuf.annotations_pb2 # noqa: F401
103103
104104``` toml
105105[dependencies ]
106- mcp-protobuf = " 1.3.3 " # or cargo add mcp-protobuf for latest
106+ mcp-protobuf = " 1.4.0 " # or cargo add mcp-protobuf for latest
107107```
108108
109109## Quick Start
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Use the version matching the [grpc-mcp-gateway release](https://github.com/macha
1010# Latest
1111pip install grpc-mcp-gateway-protos
1212
13- # Or pin to a specific release (e.g. v1.3.3 )
14- pip install grpc-mcp-gateway-protos==1.3.3
13+ # Or pin to a specific release (e.g. v1.4.0 )
14+ pip install grpc-mcp-gateway-protos==1.4.0
1515```
1616
1717## What's included
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Or add to `Cargo.toml` (replace with the version from the latest release):
1414
1515``` toml
1616[dependencies ]
17- mcp-protobuf = " 1.3.3 " # check crates.io for latest
17+ mcp-protobuf = " 1.4.0 " # check crates.io for latest
1818```
1919
2020## What's included
You can’t perform that action at this time.
0 commit comments