Skip to content

Commit c6dcbd7

Browse files
authored
chore(docs): Minor README updates (#301)
* chore(docs): minor readme updates * fix: correct typos in changelog
1 parent c0f3720 commit c6dcbd7

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33
</div>
44

55
# RMCP
6-
Wait for the first release.
7-
<!-- [![Crates.io Version](todo)](todo) -->
6+
[![Crates.io Version](https://img.shields.io/crates/v/rmcp)](https://crates.io/crates/rmcp)
87
<!-- ![Release status](https://github.com/modelcontextprotocol/rust-sdk/actions/workflows/release.yml/badge.svg) -->
98
<!-- [![docs.rs](todo)](todo) -->
109
![Coverage](docs/coverage.svg)
1110

12-
An official rust Model Context Protocol SDK implementation with tokio async runtime.
13-
11+
An official Rust Model Context Protocol SDK implementation with tokio async runtime.
1412

1513
This repository contains the following crates:
1614

@@ -22,7 +20,7 @@ This repository contains the following crates:
2220
### Import the crate
2321

2422
```toml
25-
rmcp = { version = "0.1", features = ["server"] }
23+
rmcp = { version = "0.2.0", features = ["server"] }
2624
## or dev channel
2725
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" }
2826
```
@@ -115,7 +113,6 @@ See [examples](examples/README.md)
115113

116114
See [oauth_support](docs/OAUTH_SUPPORT.md) for details.
117115

118-
119116
## Related Resources
120117

121118
- [MCP Specification](https://spec.modelcontextprotocol.io/specification/2024-11-05/)
@@ -127,7 +124,9 @@ See [oauth_support](docs/OAUTH_SUPPORT.md) for details.
127124
## Development
128125

129126
### Tips for Contributors
127+
130128
See [docs/CONTRIBUTE.MD](docs/CONTRIBUTE.MD) to get some tips for contributing.
131129

132130
### Using Dev Container
131+
133132
If you want to use dev container, see [docs/DEVCONTAINER.md](docs/DEVCONTAINER.md) for instructions on using Dev Container for development.

crates/rmcp-macros/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4848
- fmt the project ([#54](https://github.com/modelcontextprotocol/rust-sdk/pull/54))
4949
- fix broken link ([#53](https://github.com/modelcontextprotocol/rust-sdk/pull/53))
5050
- fix the branch name for git dependency ([#46](https://github.com/modelcontextprotocol/rust-sdk/pull/46))
51-
- Move whole rmcp crate to offcial rust sdk ([#44](https://github.com/modelcontextprotocol/rust-sdk/pull/44))
51+
- Move whole rmcp crate to official rust sdk ([#44](https://github.com/modelcontextprotocol/rust-sdk/pull/44))
5252
- Initial commit

crates/rmcp/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7272
- add simpling example and test ([#289](https://github.com/modelcontextprotocol/rust-sdk/pull/289))
7373
- add update for test_message_schema ([#286](https://github.com/modelcontextprotocol/rust-sdk/pull/286))
7474
- add notion clear in model.rs ([#284](https://github.com/modelcontextprotocol/rust-sdk/pull/284))
75-
- cov settings, and fix serveral building warnings ([#281](https://github.com/modelcontextprotocol/rust-sdk/pull/281))
75+
- cov settings, and fix several building warnings ([#281](https://github.com/modelcontextprotocol/rust-sdk/pull/281))
7676
- refactor tool macros and router implementation ([#261](https://github.com/modelcontextprotocol/rust-sdk/pull/261))
7777
- fix regression in URL joining ([#265](https://github.com/modelcontextprotocol/rust-sdk/pull/265))
7878
- remove erroneous definitions_path ([#264](https://github.com/modelcontextprotocol/rust-sdk/pull/264))
@@ -104,5 +104,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104104
- *(sse_server)* separate router and server startup ([#52](https://github.com/modelcontextprotocol/rust-sdk/pull/52))
105105
- fix broken link ([#53](https://github.com/modelcontextprotocol/rust-sdk/pull/53))
106106
- fix the branch name for git dependency ([#46](https://github.com/modelcontextprotocol/rust-sdk/pull/46))
107-
- Move whole rmcp crate to offcial rust sdk ([#44](https://github.com/modelcontextprotocol/rust-sdk/pull/44))
107+
- Move whole rmcp crate to official rust sdk ([#44](https://github.com/modelcontextprotocol/rust-sdk/pull/44))
108108
- Initial commit

0 commit comments

Comments
 (0)