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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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.