Align docs and Makefile with public release surface

This commit is contained in:
Thales Maciel 2026-03-08 17:36:11 -03:00
parent f3e7d4aa3e
commit 89f3d6f012
7 changed files with 14 additions and 8 deletions

View file

@ -6,7 +6,7 @@
- KVM available at `/dev/kvm`
- support for Firecracker microVMs
- sufficient disk for the bundled runtime images
- sufficient disk for the embedded runtime files and cached OCI environment images
## Required For Guest Networking

View file

@ -35,9 +35,10 @@ uvx --from pyro-mcp pyro env list
## Installed CLI
```bash
uv tool install .
uv tool install pyro-mcp
pyro --version
pyro env list
pyro env inspect debian:12
pyro doctor
```

View file

@ -7,6 +7,7 @@ This document defines the supported public interface for `pyro-mcp` `1.x`.
- Distribution name: `pyro-mcp`
- Public executable: `pyro`
- Public Python import: `from pyro_mcp import Pyro`
- Public package-level factory: `from pyro_mcp import create_server`
## CLI Contract
@ -46,7 +47,7 @@ Primary facade:
Supported public methods:
- `create_server()`
- `Pyro.create_server()`
- `list_environments()`
- `pull_environment(environment)`
- `inspect_environment(environment)`