Skip to content

v0.3.1

Latest

Choose a tag to compare

@bhauman bhauman released this 14 Mar 16:07
· 2 commits to main since this release

Tool filtering can now be controlled directly from main/start opts and the CLI, without needing config files. Also fixes deps_grep to require the :type parameter and filter out binary file entries.

Added

  • Tool filtering CLI opts: New :enable-tools, :disable-tools, :add-tools, and :remove-tools options for main/start and clojure -Tmcp start, allowing programmatic and CLI control over which tools are exposed
    • :enable-tools/:disable-tools — absolute overrides that replace config values
    • :add-tools/:remove-tools — relative modifiers applied after config resolution (:add-tools wins on overlap)
    • Useful for combining with :config-profile :cli-assist to selectively re-enable or disable tools

Fixed

  • deps_grep: Now requires the :type parameter and filters out binary file entries from results