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-toolsoptions formain/startandclojure -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-toolswins on overlap)- Useful for combining with
:config-profile :cli-assistto selectively re-enable or disable tools
Fixed
deps_grep: Now requires the:typeparameter and filters out binary file entries from results