Skip to content

Commit c0452f9

Browse files
authored
chore: clarify MIT license in Cargo.toml (#383)
1 parent 7f20a87 commit c0452f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
[workspace]
42
members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"]
53
resolver = "2"
@@ -12,7 +10,7 @@ rmcp-macros = { version = "0.6.0", path = "./crates/rmcp-macros" }
1210
edition = "2024"
1311
version = "0.6.0"
1412
authors = ["4t145 <u4t145@163.com>"]
15-
license = "MIT/Apache-2.0"
13+
license = "MIT"
1614
repository = "https://github.com/modelcontextprotocol/rust-sdk/"
1715
description = "Rust SDK for Model Context Protocol"
1816
keywords = ["mcp", "sdk", "tokio", "modelcontextprotocol"]

0 commit comments

Comments
 (0)