Releases
A release never changes; a yanked one still installs from an existing lock.
Latest
0.1.1
Every module the package ships is now under its root, PuduLangMcp.
In 0.1.0, the package's App, Domain, Services, Utils, Constants, Errors, and Generated modules sat at the top level. A program that installed it and had its own module of the same name, such as the App and Domain layers pudu init generates, stopped compiling. Those modules are now PuduLangMcp.*, and a layout test keeps them there.
The server's behaviour is unchanged. Use it with import PuduLangMcp and PuduLangMcp.serve(), or build it with pudu build src/Main.pudu -o pudu-lang-mcp. Requires Pudu 0.1.1 or later.
pudu install @chrismichaelps/pudu-lang-mcp@0.1.1Earlier releases1
| Version | Published | By | Commit |
|---|---|---|---|
| 0.1.0 | 2026-09-24 | @chrismichaelps | e9aedd6 |
