From 2f8f003fea4b0c91796f3924a5b8b53110d198d0 Mon Sep 17 00:00:00 2001 From: Ramnivas Laddad Date: Thu, 27 Mar 2025 14:57:19 -0700 Subject: [PATCH] Fix the branch name for git dependency --- README.md | 2 +- docs/readme/README.zh-cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e7283dd0..32838df0a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ An official rust Model Context Protocol SDK implementation with tokio async runt ```toml rmcp = { version = "0.1", features = ["server"] } ## or dev channel -rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "dev" } +rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" } ``` ### Quick start diff --git a/docs/readme/README.zh-cn.md b/docs/readme/README.zh-cn.md index f2562a23b..0f94b8fa0 100644 --- a/docs/readme/README.zh-cn.md +++ b/docs/readme/README.zh-cn.md @@ -11,7 +11,7 @@ ```toml rmcp = { version = "0.1", features = ["server"] } ## 或者开发者频道 -rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "dev" } +rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" } ``` ### 快速上手