npxc 0.2.0

Sandboxed npm execution for MCP servers via Apple container
Documentation
1
2
3
4
5
6
7
pub mod build;
pub mod proc;
pub mod session;

pub use build::{build_image, ensure_image, image_exists, image_tag, list_images, remove_image};
pub use proc::ContainerProcess;
pub use session::{LaunchPlan, Mount, MountMode, Session};