diff --git a/Cargo.toml b/Cargo.toml index 78264471..27ae418e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,3 @@ - - [workspace] members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"] resolver = "2" @@ -12,7 +10,7 @@ rmcp-macros = { version = "0.6.0", path = "./crates/rmcp-macros" } edition = "2024" version = "0.6.0" authors = ["4t145 "] -license = "MIT/Apache-2.0" +license = "MIT" repository = "https://github.com/modelcontextprotocol/rust-sdk/" description = "Rust SDK for Model Context Protocol" keywords = ["mcp", "sdk", "tokio", "modelcontextprotocol"]