801d589966
## Description Introduce a comprehensive suite of Bigtable Administrative MCP tools utilizing InstanceAdminClient and AdminClient from the cloud.google.com/go/bigtable SDK. The implementation should encompass the full lifecycle for four primary Bigtable resources: * Instances * Clusters * Tables * Logical Views This effectively requires creating 20 new tools under internal/tools/bigtable. ## PR Checklist - [x] Make sure you reviewed [CONTRIBUTING.md](https://github.com/googleapis/mcp-toolbox/blob/main/CONTRIBUTING.md) - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/mcp-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 #3662 --------- Co-authored-by: Yuan Teoh <yuanteoh@google.com>