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
1515``` toml
1616rmcp = { version = " 0.1" , features = [" server" ] }
1717# # 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 " }
1919```
2020
2121### Quick start
Original file line number Diff line number Diff line change 1111``` toml
1212rmcp = { version = " 0.1" , features = [" server" ] }
1313# # 或者开发者频道
14- rmcp = { git = " https://github.com/modelcontextprotocol/rust-sdk" , branch = " dev " }
14+ rmcp = { git = " https://github.com/modelcontextprotocol/rust-sdk" , branch = " main " }
1515```
1616
1717### 快速上手
You can’t perform that action at this time.
0 commit comments