Cargo Features
FastMCP has no features set by default.
[dependencies]
fastmcp = { version = "0.0.0", features = ["http", "websocket"] }
- http
-
Enables axum ^0.6
Affects
transport::http
… - websocket
-
Enables tokio-tungstenite ^0.18
Affects
transport::websocket
…