From a465d71c51ceda12d2a4add7caed063166e4ca58 Mon Sep 17 00:00:00 2001 From: Ramnivas Laddad Date: Thu, 27 Mar 2025 14:45:58 -0700 Subject: [PATCH] Fix a typo in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9209257c..34014a74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2024" version = "0.1.5" authors = ["4t145 "] license = "MIT/Apache-2.0" -repository = "https://github.commodelcontextprotocol/rust-sdk/" +repository = "https://github.com/modelcontextprotocol/rust-sdk/" description = "Rust SDK for the Model Context Protocol" keywords = ["mcp", "sdk", "tokio", "modelcontextprotocol"] homepage = "https://github.com/modelcontextprotocol/rust-sdk"