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/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_GRAPH_001.md
flox_mcp/data/errors/E_GRAPH_002.md
flox_mcp/data/errors/E_INPUT_001.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/positions.py
flox_mcp/tools/record_data.py
flox_mcp/tools/runtime.py
flox_mcp/tools/scaffold.py
flox_mcp/tools/strategy.py
tests/test_cli_init.py
tests/test_data_artifacts.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_tools.py