LICENSE
MANIFEST.in
README.md
SECURITY.md
THIRD_PARTY_NOTICES.md
pyproject.toml
docs/architecture.md
docs/data-contract.md
docs/release-notes.md
examples/config.example.json
src/diepi_mcp/__init__.py
src/diepi_mcp/__main__.py
src/diepi_mcp/artifact_binding.py
src/diepi_mcp/bootstrap.py
src/diepi_mcp/config.py
src/diepi_mcp/integration.py
src/diepi_mcp/jobs.py
src/diepi_mcp/models.py
src/diepi_mcp/results.py
src/diepi_mcp/security.py
src/diepi_mcp/server.py
src/diepi_mcp/service.py
src/diepi_mcp/source_binding.py
src/diepi_mcp/strategy.py
src/diepi_mcp/worker.py
src/diepi_mcp.egg-info/PKG-INFO
src/diepi_mcp.egg-info/SOURCES.txt
src/diepi_mcp.egg-info/dependency_links.txt
src/diepi_mcp.egg-info/entry_points.txt
src/diepi_mcp.egg-info/requires.txt
src/diepi_mcp.egg-info/top_level.txt
src/diepi_mcp/strategies/__init__.py
src/diepi_mcp/strategies/ma_crossover.py
tests/test_artifact_binding.py
tests/test_bootstrap.py
tests/test_config.py
tests/test_e2e.py
tests/test_jobs.py
tests/test_mcp_stdio.py
tests/test_models.py
tests/test_results_security.py
tests/test_security.py
tests/test_service.py
tests/test_source_binding.py
tests/test_strategy.py
tests/test_synthetic_e2e.py
tests/test_tushare_skill_handoff.py
tests/test_version.py