Cargo Features

[dependencies]
agentai = { version = "0.1.3", default-features = false, features = ["mcp-client"] }
default = mcp-client

The mcp-client feature is set by default whenever agentai is added without default-features = false somewhere in the dependency tree.

mcp-client default

Available features for agentai crate. To enable any of these features, you need to enter this command:

cargo add agentai -F mcp-client

Features list:

Enables experimental support for Agent Tools based on MCP Servers

Enables mcp_client_rs

Affects tool::mcp