MCP server (bin/fxt/src/mcp/): - JSON-RPC 2.0 protocol over stdin/stdout - 32 tool definitions across 11 domains - McpServer with initialize/tools_list/tools_call handlers - 21 unit tests TUI cockpits (bin/fxt/src/tui/): - Purple/cyan/dark navy theme from design spec - 6 cockpit views: overview, training, trading, services, risk, data - Crossterm event loop with key handling (1-6 switch, q quit, ? help) - CockpitView trait for pluggable cockpit rendering All 75 tests pass, 0 clippy warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fxt
Foxhunt CLI -- command-line interface for the Foxhunt HFT trading system.
Commands
fxt auth-- authentication and token managementfxt trade-- order submission and managementfxt train-- model training job managementfxt tune-- hyperparameter optimizationfxt agent-- trading agent controlfxt model-- model listing and inspectionfxt backtest-ml-- ML backtesting workflows
Configuration
FXT_CONFIG-- config file path (default:~/.config/fxt/config.toml)TRADING_SERVICE_URL-- gRPC endpoint for trading service