README.md
pyproject.toml
src/fakemcp/__init__.py
src/fakemcp/actor_manager.py
src/fakemcp/config.py
src/fakemcp/data_generator.py
src/fakemcp/database.py
src/fakemcp/errors.py
src/fakemcp/logger.py
src/fakemcp/main.py
src/fakemcp/mcp_server.py
src/fakemcp/models.py
src/fakemcp/plot_manager.py
src/fakemcp/scenario_manager.py
src/fakemcp/target_mcp_analyzer.py
src/fakemcp/validation_service.py
src/fakemcp/workflow_guide.py
src/fakemcp.egg-info/PKG-INFO
src/fakemcp.egg-info/SOURCES.txt
src/fakemcp.egg-info/dependency_links.txt
src/fakemcp.egg-info/entry_points.txt
src/fakemcp.egg-info/requires.txt
src/fakemcp.egg-info/top_level.txt
src/fakemcp/tools/__init__.py
src/fakemcp/tools/actor_tools.py
src/fakemcp/tools/data_tools.py
src/fakemcp/tools/guide_tool.py
src/fakemcp/tools/persistence_tools.py
src/fakemcp/tools/plot_tools.py
src/fakemcp/tools/scenario_tools.py
tests/test_actor_manager.py
tests/test_actor_tools.py
tests/test_data_tools.py
tests/test_database.py
tests/test_errors.py
tests/test_guide_integration.py
tests/test_guide_tool.py
tests/test_integration_e2e.py
tests/test_logger.py
tests/test_mcp_server.py
tests/test_persistence_tools.py
tests/test_plot_manager.py
tests/test_plot_tools.py
tests/test_scenario_manager.py
tests/test_scenario_tools.py
tests/test_target_mcp_analyzer.py
tests/test_validation_service.py
tests/test_workflow_guide.py