Skip to main content
Glama
unicorn2439614256

XR875 Build MCP

build_ota

Build M33 OTA firmware for XR875 projects by executing clean compilation and packaging commands to generate over-the-air update files.

Instructions

Build the M33 OTA (lunch_rtos 35 && ota_mrtos clean && ota_mrtos).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The `build_ota` tool is defined as an MCP tool using the `@mcp.tool()` decorator and executes a build command sequence via `run_build_command`.
    def build_ota():
        """Build the M33 OTA (lunch_rtos 35 && ota_mrtos clean && ota_mrtos)."""
        return run_build_command("source tools/scripts/envsetup.sh && lunch_rtos 34 && lunch_rtos 35 && ota_mrtos clean && ota_mrtos")

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