LICENSE
README.md
pyproject.toml
stella_mcp/__init__.py
stella_mcp/analysis.py
stella_mcp/calibrate.py
stella_mcp/equation_parser.py
stella_mcp/layout.py
stella_mcp/layout_graph.py
stella_mcp/layout_pipeline.py
stella_mcp/layout_quality.py
stella_mcp/layout_router.py
stella_mcp/mcp_resources.py
stella_mcp/model.py
stella_mcp/model_layout.py
stella_mcp/model_snapshot.py
stella_mcp/model_types.py
stella_mcp/render_svg.py
stella_mcp/server.py
stella_mcp/session_store.py
stella_mcp/simulate.py
stella_mcp/templates.py
stella_mcp/tool_handlers.py
stella_mcp/tool_results.py
stella_mcp/tool_schemas.py
stella_mcp/validator.py
stella_mcp/xmile.py
stella_mcp/xmile_export.py
stella_mcp/xmile_io.py
stella_mcp/xmile_parse.py
stella_mcp.egg-info/PKG-INFO
stella_mcp.egg-info/SOURCES.txt
stella_mcp.egg-info/dependency_links.txt
stella_mcp.egg-info/entry_points.txt
stella_mcp.egg-info/requires.txt
stella_mcp.egg-info/top_level.txt
stella_mcp/builtin_templates/carbon_cycle_2box.stmx
stella_mcp/builtin_templates/exponential_growth.stmx
stella_mcp/builtin_templates/lotka_volterra.stmx
stella_mcp/builtin_templates/metadata.json
stella_mcp/builtin_templates/nutrient_box_2box.stmx
stella_mcp/builtin_templates/sir.stmx
stella_mcp/tools/__init__.py
stella_mcp/tools/build.py
stella_mcp/tools/inspect.py
stella_mcp/tools/io.py
stella_mcp/tools/modules.py
stella_mcp/tools/shared.py
stella_mcp/tools/simulation.py
tests/test_analysis.py
tests/test_batch_build.py
tests/test_calibrate.py
tests/test_compat_manifest_tool.py
tests/test_compatibility.py
tests/test_compatibility_corpus.py
tests/test_equation_parser.py
tests/test_evaluation_agent_evidence.py
tests/test_evaluation_agent_runner.py
tests/test_evaluation_compare.py
tests/test_evaluation_desktop_parity.py
tests/test_evaluation_layout.py
tests/test_evaluation_openai_backend.py
tests/test_evaluation_runner.py
tests/test_force_directed.py
tests/test_layout_graph.py
tests/test_layout_metadata.py
tests/test_layout_pipeline.py
tests/test_layout_quality.py
tests/test_layout_router.py
tests/test_mcp_stdio.py
tests/test_mcp_surface.py
tests/test_model_snapshot.py
tests/test_modules.py
tests/test_positioning.py
tests/test_release_metadata.py
tests/test_render_svg.py
tests/test_roundtrip_layout_data.py
tests/test_server_state_and_gf.py
tests/test_session_store.py
tests/test_simulate.py
tests/test_stella_layout_acceptance.py
tests/test_templates.py
tests/test_units_checks.py
tests/test_validator_checks.py
tests/test_variable_lifecycle.py
tests/test_xmile_export.py
tests/test_xmile_parse.py