Cargo Features
adk-tool has no features set by default.
[dependencies]
adk-tool = { version = "0.3.1", features = ["http-transport"] }
- http-transport = reqwest
-
Enable HTTP transport for remote MCP servers (streamable HTTP)
Enables transport…http-client-reqwest of rmcp ^0.15
Features from optional dependencies
In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- reqwest http-transport?
-
Enables reqwest ^0.12
Optional: HTTP client for remote MCP servers