Join Nostr
2026-02-05 16:38:36 UTC

ContextVM on Nostr: CVMI 0.1.9 is out. It includes two minor but necessary features: normalizing quoted ...

CVMI 0.1.9 is out. It includes two minor but necessary features: normalizing quoted command strings so you can pass commands to serve any MCP server inside quotes (e.g., `cvmi serve "npx -y …"`), and adding environment‑variable support to the spawned MCP server using flags such as `cvmi serve -e LOG_LEVEL=debug …`. They aren’t the flashiest features, but they are essential for real world scenarios. Thanks, , for pointing them out 🚀