Exposes Bazel build system functionality to MCP-enabled AI agents.
Bazel provides a local MCP server that allows AI agents to interact with the Bazel build system. This is especially useful in environments lacking command-line tools or when the shell environment is misconfigured, preventing direct Bazel usage. The server exposes functionalities such as building targets, querying the dependency graph, running tests, listing targets, and fetching dependencies, enabling AI agents to effectively manage and utilize Bazel within their workflows.