Define the Bazel workspace path for executing commands in environments without direct Bazel access. Enables AI agents to manage Bazel projects via the MCP server.
Use this tool to build specified Bazel targets by providing a list of targets and optional command-line arguments, enabling efficient project compilation within the Bazel MCP Server environment.
Execute Bazel tests for specified targets by providing a list of test paths and optional command-line arguments. Simplifies testing in environments without direct Bazel access.
Query the Bazel dependency graph to find targets matching specific patterns, enabling analysis of build relationships and dependencies within Bazel projects.