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
//! Health and session MCP tool names.

/// Health tool.
pub const HEALTH_TOOL: &str = "ibkr_health";
/// Backend status tool.
pub const BACKEND_STATUS_TOOL: &str = "ibkr_backend_status";
/// Session requirements tool.
pub const SESSION_REQUIREMENTS_TOOL: &str = "ibkr_session_requirements";
/// Explicit session renewal tool.
pub const SESSION_RENEW_TOOL: &str = "ibkr_session_renew";
/// Live kill-switch status tool.
pub const KILL_SWITCH_STATUS_TOOL: &str = "ibkr_kill_switch_status";