README.md
pyproject.toml
flox_mcp/__init__.py
flox_mcp/cli.py
flox_mcp/server.py
flox_mcp.egg-info/PKG-INFO
flox_mcp.egg-info/SOURCES.txt
flox_mcp.egg-info/dependency_links.txt
flox_mcp.egg-info/entry_points.txt
flox_mcp.egg-info/requires.txt
flox_mcp.egg-info/top_level.txt
flox_mcp/data/binding_manifest.json
flox_mcp/data/c-api.snapshot
flox_mcp/data/docs.fts.sqlite
flox_mcp/data/examples_index.json
flox_mcp/data/gotchas.json
flox_mcp/data/ir.snapshot.json
flox_mcp/data/docs/examples/codon_backtest_vs_live.codon
flox_mcp/data/docs/examples/codon_full_backtest.codon
flox_mcp/data/docs/examples/cpp_sma_backtest.cpp
flox_mcp/data/docs/examples/node_backtest_vs_live.js
flox_mcp/data/docs/examples/python_apply_latency_profile.py
flox_mcp/data/docs/examples/python_backtest_vs_live.py
flox_mcp/data/docs/examples/python_binance_archive.py
flox_mcp/data/docs/examples/python_binance_book_archive.py
flox_mcp/data/docs/examples/python_bitget_archive.py
flox_mcp/data/docs/examples/python_bracket_orders.py
flox_mcp/data/docs/examples/python_bybit_archive.py
flox_mcp/data/docs/examples/python_ccxt_live.py
flox_mcp/data/docs/examples/python_deribit_archive.py
flox_mcp/data/docs/examples/python_extended_tif.py
flox_mcp/data/docs/examples/python_fee_schedule.py
flox_mcp/data/docs/examples/python_funding_aware_perp_strategy.py
flox_mcp/data/docs/examples/python_funding_schedule.py
flox_mcp/data/docs/examples/python_hidden_order_attribution.py
flox_mcp/data/docs/examples/python_iceberg_orders.py
flox_mcp/data/docs/examples/python_latency_distribution.py
flox_mcp/data/docs/examples/python_liquidation_engine.py
flox_mcp/data/docs/examples/python_live_queue_calibration.py
flox_mcp/data/docs/examples/python_live_queue_position.py
flox_mcp/data/docs/examples/python_market_position.py
flox_mcp/data/docs/examples/python_multi_symbol.py
flox_mcp/data/docs/examples/python_multi_symbol_cross_margin.py
flox_mcp/data/docs/examples/python_okx_archive.py
flox_mcp/data/docs/examples/python_options_greeks.py
flox_mcp/data/docs/examples/python_options_pricing.py
flox_mcp/data/docs/examples/python_order_journey_forensics.py
flox_mcp/data/docs/examples/python_orderbook_iterator.py
flox_mcp/data/docs/examples/python_pro_rata_matching.py
flox_mcp/data/docs/examples/python_rate_limit_aware_market_maker.py
flox_mcp/data/docs/examples/python_rate_limit_policy.py
flox_mcp/data/docs/examples/python_realistic_backtest.py
flox_mcp/data/docs/examples/python_rolling_top_k.py
flox_mcp/data/docs/examples/python_stp_modes.py
flox_mcp/data/docs/examples/python_submit_latency_watcher.py
flox_mcp/data/docs/examples/python_tape_roundtrip.py
flox_mcp/data/docs/examples/python_venue_downtime.py
flox_mcp/data/docs/examples/python_venue_stack_backtest.py
flox_mcp/data/docs/examples/python_xs_panel.py
flox_mcp/data/errors/E_ADF_001.md
flox_mcp/data/errors/E_ADF_002.md
flox_mcp/data/errors/E_ADF_003.md
flox_mcp/data/errors/E_ADF_004.md
flox_mcp/data/errors/E_BACKTEST_001.md
flox_mcp/data/errors/E_DATA_001.md
flox_mcp/data/errors/E_DATA_002.md
flox_mcp/data/errors/E_GRAPH_001.md
flox_mcp/data/errors/E_GRAPH_002.md
flox_mcp/data/errors/E_INPUT_001.md
flox_mcp/data/errors/E_INPUT_002.md
flox_mcp/data/errors/E_INPUT_003.md
flox_mcp/data/errors/E_IO_001.md
flox_mcp/data/errors/E_IO_002.md
flox_mcp/data/errors/E_KEY_001.md
flox_mcp/data/errors/E_LEN_001.md
flox_mcp/data/errors/E_LEN_002.md
flox_mcp/data/errors/E_LEN_003.md
flox_mcp/data/errors/E_RUN_001.md
flox_mcp/data/errors/E_RUN_002.md
flox_mcp/data/errors/E_RUN_003.md
flox_mcp/data/errors/E_SYM_001.md
flox_mcp/data/errors/E_TIME_001.md
flox_mcp/data/errors/E_VAL_002.md
flox_mcp/data/templates/strategy/codon/bar-driven.tmpl
flox_mcp/data/templates/strategy/codon/hybrid.tmpl
flox_mcp/data/templates/strategy/codon/trade-driven.tmpl
flox_mcp/data/templates/strategy/node/bar-driven.tmpl
flox_mcp/data/templates/strategy/node/hybrid.tmpl
flox_mcp/data/templates/strategy/node/trade-driven.tmpl
flox_mcp/data/templates/strategy/python/bar-driven.tmpl
flox_mcp/data/templates/strategy/python/hybrid.tmpl
flox_mcp/data/templates/strategy/python/trade-driven.tmpl
flox_mcp/data/templates/strategy/quickjs/bar-driven.tmpl
flox_mcp/data/templates/strategy/quickjs/hybrid.tmpl
flox_mcp/data/templates/strategy/quickjs/trade-driven.tmpl
flox_mcp/tools/__init__.py
flox_mcp/tools/_data.py
flox_mcp/tools/_runtime_worker.py
flox_mcp/tools/analytics.py
flox_mcp/tools/capi.py
flox_mcp/tools/control.py
flox_mcp/tools/docs_search.py
flox_mcp/tools/errors.py
flox_mcp/tools/events.py
flox_mcp/tools/examples.py
flox_mcp/tools/indicators.py
flox_mcp/tools/init_project.py
flox_mcp/tools/lookahead.py
flox_mcp/tools/lookup.py
flox_mcp/tools/overview.py
flox_mcp/tools/positions.py
flox_mcp/tools/record_data.py
flox_mcp/tools/runtime.py
flox_mcp/tools/scaffold.py
flox_mcp/tools/strategy.py
flox_mcp/tools/venue.py
tests/test_binding_coverage.py
tests/test_cli_init.py
tests/test_custom_venue.py
tests/test_data_artifacts.py
tests/test_dex_mcp_tools.py
tests/test_init_project.py
tests/test_no_engine_messages.py
tests/test_polyglot_tools.py
tests/test_positions.py
tests/test_record_data.py
tests/test_runtime_tools.py
tests/test_tool_dispatch.py
tests/test_tools.py