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.