mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
0d62cdb1cc
- Fixes ESLint `no-explicit-any` errors by importing and using `AnyDeclarativeTool` from `tools.ts` instead of the unexported type in `tool-registry.ts`. - Removes unused `nonReadOnlyMcpTool` local variable. - Updates mock setups to correctly use `getActiveTools` for Plan Mode tool assertions, ensuring both the build and test suites pass.