Skip to content

Tags: bhauman/clojure-mcp

Tags

v0.1.11-alpha

Toggle v0.1.11-alpha's commit message
test: update tests to reflect new error callback behavior

Adjusts test assertions after commit b4778f9 which changed the tool
system to only pass 'true' to error callbacks for actual exceptions,
not validation/processing errors.

Changed 3 assertions from expecting (:error? result) to be true to
expecting false, since validation errors now appear in results without
triggering MCP-level error callbacks.

v0.1.10-alpha

Toggle v0.1.10-alpha's commit message
Release v0.1.10-alpha: Simplified nREPL auto-start

Breaking Change:
- Removed :parse-nrepl-port configuration option
- Port parsing is now automatic based on presence of :port

Improvements:
- Simpler, more intuitive nREPL auto-start behavior
- Better Claude Code integration
- Clearer documentation with Claude Desktop limitations
- Automatic project directory detection

Migration: Remove :parse-nrepl-port from all configurations

v0.1.9-alpha

Toggle v0.1.9-alpha's commit message
Release v0.1.9-alpha: Config validation, SSE server updates, and fixes

v0.1.8-alpha

Toggle v0.1.8-alpha's commit message
Release v0.1.8-alpha

Major features:
- Custom LLM model configuration system
- Tool-specific configuration with :tools-config
- Component filtering (tools, prompts, resources)
- Improved Clojure code editing with better comment handling
- Scittle support
- Comprehensive documentation for all new features

v0.1.7-alpha

Toggle v0.1.7-alpha's commit message
Release version v0.1.7-alpha

v0.1.7-alpha-pre

Toggle v0.1.7-alpha-pre's commit message
revert linter change

v0.1.6-alpha

Toggle v0.1.6-alpha's commit message
Performance optimization for clojure_inspect_project

- Optimize glob operations from 5 calls to 1 using brace expansion
- ~3.8x speedup for project inspection
- Add ripgrep recommendation for better performance

v0.1.5-alpha

Toggle v0.1.5-alpha's commit message
Release v0.1.5-alpha

Notable changes:
- Fixed issue #43: grep tool fails on patterns starting with '-'
- Enhanced grep tool to handle special character patterns correctly

v0.1.4-alpha

Toggle v0.1.4-alpha's commit message
Final SHA update for v0.1.4-alpha tag

v0.1.3-alpha

Toggle v0.1.3-alpha's commit message
Release v0.1.3-alpha - Configurable file timestamp tracking