Open
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
clel mcp) with compile_string, compile_file, analyze toolsCommits
feat(cli): add MCP stdio server, retire Go bonzai, update Makefilefix(mcp): use public APIs only, install to ~/.local/bin/blw/docs: update README with MCP server, test stats, architecture tablerelease: v0.5.1Test plan
bin/clel version→clel 0.5.0bin/clel compileproduces valid .el outputmake build installsucceeds🤖 Generated with Claude Code