LICENSE
README.md
pyproject.toml
spark_pulse/__init__.py
spark_pulse/app.py
spark_pulse/auth.py
spark_pulse/cli.py
spark_pulse/config.py
spark_pulse/mcp_http.py
spark_pulse/mcp_server.py
spark_pulse/registries.yaml
spark_pulse/service.py
spark_pulse/sse.py
spark_pulse/version.py
spark_pulse.egg-info/PKG-INFO
spark_pulse.egg-info/SOURCES.txt
spark_pulse.egg-info/dependency_links.txt
spark_pulse.egg-info/entry_points.txt
spark_pulse.egg-info/requires.txt
spark_pulse.egg-info/top_level.txt
spark_pulse/mock/__init__.py
spark_pulse/mock/benchmarking.py
spark_pulse/mock/cache.py
spark_pulse/mock/deployments.py
spark_pulse/mock/oci_registry.py
spark_pulse/mock/recipes.py
spark_pulse/mock/system.py
spark_pulse/routers/__init__.py
spark_pulse/routers/benchmarking.py
spark_pulse/routers/cache.py
spark_pulse/routers/config.py
spark_pulse/routers/custom_files.py
spark_pulse/routers/custom_recipes.py
spark_pulse/routers/deployments.py
spark_pulse/routers/git_update.py
spark_pulse/routers/memory.py
spark_pulse/routers/mods.py
spark_pulse/routers/oci.py
spark_pulse/routers/recipes.py
spark_pulse/routers/settings.py
spark_pulse/tools/__init__.py
spark_pulse/tools/benchmarking.py
spark_pulse/tools/cache.py
spark_pulse/tools/custom_files.py
spark_pulse/tools/custom_recipes.py
spark_pulse/tools/deployments.py
spark_pulse/tools/git_update.py
spark_pulse/tools/mods.py
spark_pulse/tools/oci_registry.py
spark_pulse/tools/recipes.py
spark_pulse/tools/system.py
spark_pulse/ui/index.html
spark_pulse/ui/assets/index-Awko88cT.js
spark_pulse/ui/assets/index-CwVPC11B.css
spark_pulse/ui/assets/index-lWGTPWTt.css
spark_pulse/ui/assets/index-oTxtgyuh.js
tests/test_auth.py
tests/test_config.py
tests/test_config_router.py
tests/test_e2e_benchmarking.py
tests/test_e2e_custom_recipes.py
tests/test_e2e_git_update.py
tests/test_e2e_oidc.py
tests/test_mock_oci_registry.py
tests/test_mock_system.py
tests/test_router_benchmarking.py
tests/test_router_custom_files.py
tests/test_router_custom_recipes.py
tests/test_router_git_update.py
tests/test_router_oci.py
tests/test_service.py
tests/test_tools_benchmarking.py
tests/test_tools_cache.py
tests/test_tools_custom_files.py
tests/test_tools_custom_recipes.py
tests/test_tools_git_update.py
tests/test_tools_oci_registry.py
tests/test_tools_recipes.py
tests/test_tools_system.py