Directories
¶
| Path | Synopsis |
|---|---|
|
Package controller is the per-sandbox reconciliation loop that converges desired state (parsed mdev.yaml on disk) toward observed state (the tunnel session's currently-registered routes + the supervisor's actually-spawned workloads).
|
Package controller is the per-sandbox reconciliation loop that converges desired state (parsed mdev.yaml on disk) toward observed state (the tunnel session's currently-registered routes + the supervisor's actually-spawned workloads). |
|
Package daemon is the mdev host control plane.
|
Package daemon is the mdev host control plane. |
|
Package runtime is mdev's compute-backend seam: the contract every sandbox backend (Docker, Kubernetes, a cloud VM provider like Hetzner, …) satisfies.
|
Package runtime is mdev's compute-backend seam: the contract every sandbox backend (Docker, Kubernetes, a cloud VM provider like Hetzner, …) satisfies. |
|
docker
Package docker is the local-Docker backend: a runtime.Compute (per-sandbox network + the main toolchain container the supervisor runs in, delivered via `docker cp` + `docker exec`) and a runtime.Backing (the compose engine).
|
Package docker is the local-Docker backend: a runtime.Compute (per-sandbox network + the main toolchain container the supervisor runs in, delivered via `docker cp` + `docker exec`) and a runtime.Backing (the compose engine). |
|
k8s
Package k8s is the Kubernetes backend: a runtime.Compute (namespace + token Secret + a main Pod whose init container seeds the supervisor into a shared volume) and a runtime.Backing (apply the sandbox's manifests).
|
Package k8s is the Kubernetes backend: a runtime.Compute (namespace + token Secret + a main Pod whose init container seeds the supervisor into a shared volume) and a runtime.Backing (apply the sandbox's manifests). |
|
Package sandboxmcp serves the sandbox-management MCP tools mdev exposes to Claude on the host: sandbox_up, sandbox_down, sandbox_exec, sandbox_status, sandbox_events.
|
Package sandboxmcp serves the sandbox-management MCP tools mdev exposes to Claude on the host: sandbox_up, sandbox_down, sandbox_exec, sandbox_status, sandbox_events. |
Click to show internal directories.
Click to hide internal directories.