Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/mcp-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "mcp-client"
license.workspace = true
version.workspace = true
edition.workspace = true
repository.workspace = true
description = "Client SDK for the Model Context Protocol"

[dependencies]
mcp-core = { workspace = true }
Expand Down
4 changes: 4 additions & 0 deletions crates/mcp-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[package]
name = "mcp-core"
license.workspace = true
version.workspace = true
edition.workspace = true
repository.workspace = true
description = "Core types for Model Context Protocol"


[dependencies]
async-trait = "0.1"
Expand Down
3 changes: 3 additions & 0 deletions crates/mcp-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "mcp-server"
license.workspace = true
version.workspace = true
edition.workspace = true
repository.workspace = true
description = "Server SDK for the Model Context Protocol"

[dependencies]
anyhow = "1.0.94"
Expand Down