Skip to content

Commit b24e912

Browse files
authored
fix: update cargo.tomls for publishing (#7)
1 parent a1da1a8 commit b24e912

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

crates/mcp-client/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "mcp-client"
3+
license.workspace = true
34
version.workspace = true
45
edition.workspace = true
6+
repository.workspace = true
7+
description = "Client SDK for the Model Context Protocol"
58

69
[dependencies]
710
mcp-core = { workspace = true }

crates/mcp-core/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
[package]
22
name = "mcp-core"
3+
license.workspace = true
34
version.workspace = true
45
edition.workspace = true
6+
repository.workspace = true
7+
description = "Core types for Model Context Protocol"
8+
59

610
[dependencies]
711
async-trait = "0.1"

crates/mcp-server/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "mcp-server"
3+
license.workspace = true
34
version.workspace = true
45
edition.workspace = true
6+
repository.workspace = true
7+
description = "Server SDK for the Model Context Protocol"
58

69
[dependencies]
710
anyhow = "1.0.94"

0 commit comments

Comments
 (0)