mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-14 18:08:05 -05:00
## Description --- Customers have requested that queries to Looker from MCP Toolbox show up in the Looker System Activity under a separate category. To do this we need to create the category `MCP Toolbox` on the Looker side. That should happen by Looker 25.18 release. With 25.18 the request goes to a new undocumented API endpoint. If that endpoint results in an error, the Toolbox will fall back to using the documented API endpoint. --- - [x] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md) - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) - [x] Make sure to add `!` if this involve a breaking change 🛠️ Fixes #1409