mcp: implement stdio lifecycle client
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "mcp"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
manifest = { workspace = true }
|
||||
secrets = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true, features = ["io-util", "process", "sync", "time"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true, features = ["io-util", "macros", "process", "rt-multi-thread", "sync", "time"] }
|
||||
|
||||
[[bin]]
|
||||
name = "mcp-stdio-mock-server"
|
||||
path = "tests/fixtures/mock_server.rs"
|
||||
test = false
|
||||
bench = false
|
||||
doc = false
|
||||
Reference in New Issue
Block a user