bump crate version in README.md (#471)

bump crate to latest version (0.8.0) in README.md
This commit is contained in:
Brian Hung 2025-10-07 12:51:30 -07:00 committed by GitHub
parent c86883b81c
commit b34fd6c187
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ This repository contains the following crates:
### Import the crate
```toml
rmcp = { version = "0.2.0", features = ["server"] }
rmcp = { version = "0.8.0", features = ["server"] }
## or dev channel
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" }
```