We just released an update to Contorium focused on practical developer experience improvements rather than architectural changes.
🚀 Key Updates
- CLI Real-Time Output
Previously, execution feedback was delayed or fragmented.
Now, Contorium streams output directly in the CLI, enabling:
- faster debugging loops
- better visibility into execution flow
- improved developer confidence during iteration
⸻
- Semi-Automatic Context Injection
Context management is often the hidden complexity in MCP workflows.
We introduced a hybrid model:
- user-defined control remains
- system-assisted injection reduces manual overhead
This balances flexibility and usability.
⸻
- npm Packaging Support
Contorium now supports standard npm-based distribution:
- easier installation
- versioned releases
- smoother CI/CD integration
This makes it significantly easier to adopt in external projects.
⸻
đź§ Design Philosophy
We are not trying to make MCP “more powerful”.
We are trying to make it “usable in real workflows”.
Most developer tools fail at the friction layer:
setup, context handling, and iteration speed.
This release directly targets those pain points.
⸻
đź” Roadmap
Next steps:
- improve runtime stability
- introduce plugin architecture
- reduce onboarding cost to near-zero setup
https://www.contorium.dev/
https://github.com/ContoriumLabs/contorium

Top comments (0)