pyro-mcp/tests
Thales Maciel d0cf6d8f21 Add opinionated MCP modes for workspace workflows
Introduce explicit repro-fix, inspect, cold-start, and review-eval modes across the MCP server, CLI, and host helpers, with canonical mode-to-tool mappings, narrowed schemas, and mode-specific tool descriptions on top of the existing workspace runtime.

Reposition the docs, host onramps, and use-case recipes so named modes are the primary user-facing startup story while the generic no-mode workspace-core path remains the escape hatch, and update the shared smoke runner to validate repro-fix and cold-start through mode-backed servers.

Validation: UV_OFFLINE=1 UV_CACHE_DIR=.uv-cache uv run pytest --no-cov tests/test_api.py tests/test_server.py tests/test_host_helpers.py tests/test_public_contract.py tests/test_cli.py tests/test_workspace_use_case_smokes.py; UV_OFFLINE=1 UV_CACHE_DIR=.uv-cache make check; UV_OFFLINE=1 UV_CACHE_DIR=.uv-cache make dist-check; real guest-backed make smoke-repro-fix-loop smoke-cold-start-validation outside the sandbox.
2026-03-13 20:00:35 -03:00
..
test_api.py Add opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00
test_cli.py Add opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00
test_demo.py Ship trust-first CLI and runtime defaults 2026-03-09 20:52:49 -03:00
test_doctor.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
test_host_helpers.py Add opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00
test_langchain_example.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
test_ollama_demo.py Ship trust-first CLI and runtime defaults 2026-03-09 20:52:49 -03:00
test_openai_example.py Refactor public API around environments 2026-03-08 16:02:02 -03:00
test_package_surface.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
test_project_startup.py Add host bootstrap and repair helpers 2026-03-13 16:46:29 -03:00
test_public_contract.py Add opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00
test_python_lifecycle_example.py Harden default environment pull behavior 2026-03-11 19:27:09 -03:00
test_runtime.py Add guest-only workspace secrets 2026-03-12 15:43:34 -03:00
test_runtime_boot_check.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
test_runtime_build.py Switch official environment publishing to Docker Hub 2026-03-09 17:39:18 -03:00
test_runtime_network_check.py Speed up workspace tests and parallelize make test 2026-03-13 13:04:59 -03:00
test_server.py Add opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00
test_vm_environments.py Add guest-only workspace secrets 2026-03-12 15:43:34 -03:00
test_vm_firecracker.py Finalize guest boot and exec runtime updates 2026-03-07 17:09:21 -03:00
test_vm_guest.py Add guest-only workspace secrets 2026-03-12 15:43:34 -03:00
test_vm_manager.py Add workspace review summaries 2026-03-13 19:21:11 -03:00
test_vm_network.py Add runtime capability scaffolding and align docs 2026-03-05 22:57:09 -03:00
test_workspace_disk.py Add stopped-workspace disk export and inspection 2026-03-12 20:57:16 -03:00
test_workspace_files.py Add model-native workspace file operations 2026-03-12 22:03:25 -03:00
test_workspace_ports.py Add host bootstrap and repair helpers 2026-03-13 16:46:29 -03:00
test_workspace_shell_output.py Add chat-friendly shell read rendering 2026-03-13 01:10:26 -03:00
test_workspace_shells.py Speed up workspace tests and parallelize make test 2026-03-13 13:04:59 -03:00
test_workspace_use_case_smokes.py Add opinionated MCP modes for workspace workflows 2026-03-13 20:00:35 -03:00