ferro-api-mcp 0.2.21

Standalone MCP server that bridges OpenAPI specs to MCP tools
Documentation
[package]
name = "ferro-api-mcp"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Standalone MCP server that bridges OpenAPI specs to MCP tools"
repository = "https://github.com/albertogferrario/ferro"
keywords = ["mcp", "openapi", "ferro", "api", "tools"]
categories = ["development-tools", "web-programming"]
homepage = "https://ferro-rs.dev"
readme = "README.md"

[[bin]]
name = "ferro-api-mcp"
path = "src/main.rs"

[dependencies]
rmcp = { version = "0.12", features = ["server", "transport-io"] }
openapiv3 = "2"
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }
url = "2"
thiserror = "2"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
clap = { version = "4", features = ["derive"] }

[dev-dependencies]
rmcp = { version = "0.12", features = ["client", "transport-child-process"] }
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", features = ["json"] }
serde_json = "1"