[package] name = "fabro-mcp-server" edition.workspace = true version.workspace = true publish = false license.workspace = true description = "Fabro MCP stdio server" [lib] doctest = false [lints] workspace = true [dependencies] anyhow.workspace = true chrono = { workspace = true, features = ["serde"] } fabro-api = { path = "../../foundation/fabro-api" } fabro-client = { path = "../../foundation/fabro-client" } fabro-manifest = { path = "../../components/fabro-manifest" } fabro-config = { path = "../../foundation/fabro-config" } fabro-model = { path = "../../foundation/fabro-model" } fabro-server = { path = "../fabro-server" } fabro-tool = { path = "../../components/fabro-tool" } fabro-types = { path = "../../foundation/fabro-types" } fabro-util = { path = "../../foundation/fabro-util" } futures.workspace = true rmcp = { workspace = true, features = ["server", "macros", "schemars", "transport-io"] } schemars = "1.2.1" serde.workspace = true serde_json.workspace = true strum.workspace = true tokio.workspace = true toml.workspace = true tracing.workspace = true [dev-dependencies] httpmock = "0.8" tempfile = "3"