A Bazel integration server for the MCP protocol that enables AI assistants to interact with Bazel build systems. It provides tools for building targets, running tests, finding dependencies and reverse dependencies, and identifying source files within a Bazel workspace. The implementation wraps Bazel command-line operations in a structured API, making it easier for AI systems to analyze and manipulate Bazel projects without needing to understand the underlying command syntax.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Builds a specified Bazel target.
Finds the dependencies of a given Bazel target, with an optional depth parameter.
Finds all Bazel targets that depend on a given target or file path, with an optional depth parameter.
Finds the direct source files associated with a given Bazel target.
Runs tests for a specified Bazel target.