bazel_list_targets
Discover all available Bazel build targets within a specified workspace path using the MCP server, simplifying project navigation and management for developers and AI agents.
Instructions
List all available Bazel targets under a given path
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additionalArgs | No | Additional Bazel command line arguments (e.g. ['--output=build', '--keep_going']) | |
path | Yes | Path within the workspace to list targets for (e.g. '//path/to' or '//' for all targets) |