[dependencies.base64]
version = "0.22"
[dependencies.bon]
version = "3.7"
[dependencies.heck]
version = "0.5.0"
[dependencies.http]
version = "1.3.1"
[dependencies.indexmap]
version = "2.0"
[dependencies.jsonschema]
version = "0.37.0"
[dependencies.mime]
version = "0.3.17"
[dependencies.oas3]
version = "0.20.0"
[dependencies.regex]
version = "1.0"
[dependencies.reqwest]
default-features = false
features = ["http2", "json", "charset", "system-proxy", "rustls-tls", "rustls-tls-native-roots"]
version = "0.12"
[dependencies.rmcp]
default-features = false
features = ["server", "base64", "macros", "transport-streamable-http-server", "transport-streamable-http-server-session", "transport-worker"]
version = "0.11.0"
[dependencies.rmcp-actix-web]
default-features = false
features = ["transport-streamable-http", "transport-streamable-http"]
version = "0.9.0"
[dependencies.schemars]
version = "1.0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"
[dependencies.strsim]
version = "0.11.1"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5.4"
[dev-dependencies.actix-web]
version = "4.9.0"
[dev-dependencies.anyhow]
version = "1.0"
[dev-dependencies.axum]
features = []
version = "0.8"
[dev-dependencies.insta]
features = ["json"]
version = "1.43.1"
[dev-dependencies.mockito]
version = "1.7.0"
[dev-dependencies.rmcp]
default-features = false
features = ["server", "base64", "macros", "transport-streamable-http-server", "transport-streamable-http-server-session", "transport-worker", "server", "client", "transport-streamable-http-server"]
version = "0.11.0"
[dev-dependencies.tokio]
default-features = false
features = ["fs", "process", "time"]
version = "1.0"
[dev-dependencies.tokio-util]
version = "0.7"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[features]
authorization-token-passthrough = ["rmcp-actix-web/authorization-token-passthrough"]
default = ["rustls-tls"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]
[lib]
name = "rmcp_openapi"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "Library for converting OpenAPI specifications to MCP tools"
edition = "2024"
homepage = "https://gitlab.com/lx-industries/rmcp-openapi"
keywords = ["mcp", "openapi", "llm"]
license = "MIT"
name = "rmcp-openapi"
readme = "README.md"
repository = "https://gitlab.com/lx-industries/rmcp-openapi"
resolver = "2"
version = "0.21.0"
[[test]]
name = "test_error_scenarios"
path = "tests/test_error_scenarios.rs"
[[test]]
name = "test_http_integration"
path = "tests/test_http_integration.rs"
[[test]]
name = "test_image_responses"
path = "tests/test_image_responses.rs"
[[test]]
name = "test_with_js"
path = "tests/test_with_js.rs"