We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5cf68 commit 595c4b8Copy full SHA for 595c4b8
2 files changed
README.md
@@ -15,7 +15,7 @@ An official rust Model Context Protocol SDK implementation with tokio async runt
15
```toml
16
rmcp = { version = "0.1", features = ["server"] }
17
## or dev channel
18
-rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "dev" }
+rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" }
19
```
20
21
### Quick start
docs/readme/README.zh-cn.md
@@ -11,7 +11,7 @@
11
12
13
## 或者开发者频道
14
### 快速上手
0 commit comments