bazel_build_target
Build specified Bazel targets by providing a list of targets and optional command line arguments, enabling AI agents to execute Bazel builds in restricted environments via the Bazel MCP Server.
Instructions
Build specified Bazel targets
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additionalArgs | No | Additional Bazel command line arguments (e.g. ['--verbose_failures', '--sandbox_debug']) | |
targets | Yes | List of Bazel targets to build (e.g. ['//path/to:target']) |