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.
Retrieve all Bazel targets within a specified workspace path using the MCP server. Specify a path (e.g., '//path/to') and optional command-line arguments to streamline target listing for build and test workflows.
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.
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.
Enables AI to upload local files to RustFS storage service and download files from HTTP/HTTPS URLs to local paths. Built with FastMCP and RustFS SDK for seamless file operations through natural language.
A local MCP server that exposes Bazel build system functionality to AI agents, allowing them to build, test, query, and manage Bazel projects through natural language even in environments where Bazel can't be directly accessed.