mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 23:21:27 -07:00
- 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.