bcfbe89204
Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
28 lines
660 B
TOML
28 lines
660 B
TOML
[package]
|
|
name = "goose-test-support"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description.workspace = true
|
|
|
|
[dependencies]
|
|
axum = { workspace = true }
|
|
env-lock = { workspace = true }
|
|
opentelemetry = { workspace = true }
|
|
rmcp = { workspace = true, features = ["server", "macros", "transport-streamable-http-server"] }
|
|
serde_json.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[[example]]
|
|
name = "mcp_fixture_server"
|
|
path = "examples/mcp_fixture_server.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[package.metadata.cargo-machete]
|
|
# Used for tool description in mcp.rs
|
|
ignored = ["serde_json"]
|