Skip to content

release: v0.5.1#9

Open
BuddhiLW wants to merge 4 commits intomainfrom
release/v0.5.1
Open

release: v0.5.1#9
BuddhiLW wants to merge 4 commits intomainfrom
release/v0.5.1

Conversation

@BuddhiLW
Copy link
Owner

Summary

  • Add MCP stdio server (clel mcp) with compile_string, compile_file, analyze tools
  • Retire Go bonzai CLI — fully replaced by Babashka CLI
  • Update Makefile: version from VERSION file, install symlinks bin/clel, add test/uninstall targets
  • Update README with MCP docs, test stats (500 tests, 2588 assertions)

Commits

  • feat(cli): add MCP stdio server, retire Go bonzai, update Makefile
  • fix(mcp): use public APIs only, install to ~/.local/bin/blw/
  • docs: update README with MCP server, test stats, architecture table
  • release: v0.5.1

Test plan

  • 500 tests, 2588 assertions, 0 failures
  • bin/clel versionclel 0.5.0
  • bin/clel compile produces valid .el output
  • make build install succeeds
  • Go code fully removed (no cmd/clel/, go.mod, go.sum)

🤖 Generated with Claude Code

BuddhiLW and others added 4 commits March 20, 2026 12:14
- Add src/clojure_elisp/mcp.clj: minimal MCP server over JSON-RPC stdio
  with compile_string, compile_file, and analyze tools
- Wire `mcp` subcommand into JVM cli.clj and BB bb/clel/main.clj
- Remove Go bonzai CLI (cmd/clel/, go.mod, go.sum) — fully replaced by
  Babashka CLI which was already merged and documented
- Update Makefile: version from VERSION file, install now symlinks
  bin/clel to ~/.local/bin, add test and uninstall targets

500 tests, 2588 assertions, 0 failures.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix mcp.clj: replace private read-all-forms with read-string,
  remove non-existent ana/empty-env call
- Update Makefile BIN_DIR to ~/.local/bin/blw/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add `clel mcp` to CLI usage section
- Update test stats: 500 tests, 2588 assertions
- Add MCP Server, CLI, BB CLI to architecture table

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant