ibkr-agent-gateway 0.5.2

Unofficial local-first CLI and MCP gateway for Interactive Brokers workflows.
Documentation
1
2
3
4
5
6
//! Account MCP tool names.

/// Accounts list tool.
pub const ACCOUNTS_LIST_TOOL: &str = "ibkr_accounts_list";
/// Account metadata tool.
pub const ACCOUNT_METADATA_TOOL: &str = "ibkr_account_metadata";