ibkr-agent-gateway 0.5.2

Unofficial local-first CLI and MCP gateway for Interactive Brokers workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! CLI command modules.

pub mod account;
pub mod accounts;
pub mod approvals;
pub mod audit;
pub mod backend;
pub mod contracts;
pub mod health;
pub mod market;
pub mod mcp;
pub mod orders;
pub mod orders_live;
pub mod orders_paper;
pub mod orders_preview;
pub mod portfolio;
pub mod positions;
pub mod sidecar;