File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ An official rust Model Context Protocol SDK implementation with tokio async runt
15
15
``` toml
16
16
rmcp = { version = " 0.1" , features = [" server" ] }
17
17
# # or dev channel
18
- rmcp = { git = " https://github.com/modelcontextprotocol/rust-sdk" , branch = " dev " }
18
+ rmcp = { git = " https://github.com/modelcontextprotocol/rust-sdk" , branch = " main " }
19
19
```
20
20
21
21
### Quick start
Original file line number Diff line number Diff line change 11
11
``` toml
12
12
rmcp = { version = " 0.1" , features = [" server" ] }
13
13
# # 或者开发者频道
14
- rmcp = { git = " https://github.com/modelcontextprotocol/rust-sdk" , branch = " dev " }
14
+ rmcp = { git = " https://github.com/modelcontextprotocol/rust-sdk" , branch = " main " }
15
15
```
16
16
17
17
### 快速上手
You can’t perform that action at this time.
0 commit comments