3
3
</div >
4
4
5
5
# RMCP
6
- Wait for the first release.
7
- <!-- [](todo) -->
6
+ [ ![ Crates.io Version] ( https://img.shields.io/crates/v/rmcp )] ( https://crates.io/crates/rmcp )
8
7
<!--  -->
9
8
<!-- [](todo) -->
10
9
![ Coverage] ( docs/coverage.svg )
11
10
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.
14
12
15
13
This repository contains the following crates:
16
14
@@ -22,7 +20,7 @@ This repository contains the following crates:
22
20
### Import the crate
23
21
24
22
``` toml
25
- rmcp = { version = " 0.1 " , features = [" server" ] }
23
+ rmcp = { version = " 0.2.0 " , features = [" server" ] }
26
24
# # or dev channel
27
25
rmcp = { git = " https://github.com/modelcontextprotocol/rust-sdk" , branch = " main" }
28
26
```
@@ -115,7 +113,6 @@ See [examples](examples/README.md)
115
113
116
114
See [ oauth_support] ( docs/OAUTH_SUPPORT.md ) for details.
117
115
118
-
119
116
## Related Resources
120
117
121
118
- [ MCP Specification] ( https://spec.modelcontextprotocol.io/specification/2024-11-05/ )
@@ -127,7 +124,9 @@ See [oauth_support](docs/OAUTH_SUPPORT.md) for details.
127
124
## Development
128
125
129
126
### Tips for Contributors
127
+
130
128
See [ docs/CONTRIBUTE.MD] ( docs/CONTRIBUTE.MD ) to get some tips for contributing.
131
129
132
130
### Using Dev Container
131
+
133
132
If you want to use dev container, see [ docs/DEVCONTAINER.md] ( docs/DEVCONTAINER.md ) for instructions on using Dev Container for development.
0 commit comments