File tree Expand file tree Collapse file tree
agent-client-protocol-conductor
agent-client-protocol-polyfill Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ test-support = []
2121agent-client-protocol.workspace = true
2222agent-client-protocol-trace-viewer.workspace = true
2323anyhow.workspace = true
24- async-stream.workspace = true
25- axum.workspace = true
2624chrono.workspace = true
2725clap.workspace = true
2826futures.workspace = true
@@ -31,7 +29,6 @@ rustc-hash.workspace = true
3129serde.workspace = true
3230serde_json.workspace = true
3331strip-ansi-escapes.workspace = true
34- thiserror.workspace = true
3532tokio.workspace = true
3633tokio-util.workspace = true
3734tracing.workspace = true
Original file line number Diff line number Diff line change @@ -12,14 +12,12 @@ categories = ["development-tools"]
1212
1313[dependencies ]
1414agent-client-protocol = { workspace = true , features = [" unstable_mcp_over_acp" ] }
15- agent-client-protocol-schema.workspace = true
1615anyhow.workspace = true
1716async-stream.workspace = true
1817axum.workspace = true
1918futures.workspace = true
2019futures-concurrency.workspace = true
2120rustc-hash.workspace = true
22- serde.workspace = true
2321serde_json.workspace = true
2422thiserror = " 2.0"
2523tokio.workspace = true
You can’t perform that action at this time.
0 commit comments