Cargo Features
thulp-mcp has no features set by default.
[dependencies]
thulp-mcp = { version = "0.3.3", features = ["ares", "ares-search"] }
- ares ares-search?
-
Enable the ares_integration module (Calculator only by default)
Enables ares-server
ares-server - optional integration for production-grade tool registry Real integration (not a stub): wraps ares_server::ToolRegistry and exposes registered tools (Calculator, optional WebSearch) to thulp.
- ares-search = ares
-
Also register ares-server's WebSearch tool (requires search-tools feature)
Enables search-tools of ares-server