Tags: bhauman/clojure-mcp
Tags
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.
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
Release v0.1.9-alpha: Config validation, SSE server updates, and fixes
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
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
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
Release v0.1.3-alpha - Configurable file timestamp tracking
PreviousNext