Skip to main content
Glama
unicorn2439614256

XR875 Build MCP

build_all

Execute sequential builds for XR875 SDK projects, compiling M33 and C906 cores, creating OTA updates, and packaging firmware in a single command.

Instructions

Build everything in sequence (M33 -> OTA -> C906 -> Pack).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The build_all tool is registered with @mcp.tool() and executes a sequence of build commands using run_build_command helper function.
    @mcp.tool()
    def build_all():
        """Build everything in sequence (M33 -> OTA -> C906 -> Pack)."""
        # Note: Using M33 followed by OTA then C906 and Pack as a standard procedure
        cmd = ("source tools/scripts/envsetup.sh && lunch_rtos 34 && lunch_rtos 35 && m clean && m && "
               "ota_mrtos clean && ota_mrtos && "
               "lunch_rtos 34 && m clean && m && pack")
        return run_build_command(cmd)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/unicorn2439614256/xr875-build-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server