Skip to main content
Glama
unicorn2439614256

XR875 Build MCP

build_m33

Compile the M33 core for XR875 projects by executing the required build commands: lunch_rtos 35, m clean, and m.

Instructions

Build the M33 core (lunch_rtos 35 && m clean && m).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The `build_m33` tool handler, registered with `@mcp.tool()`, which executes the M33 core build commands.
    @mcp.tool()
    def build_m33():
        """Build the M33 core (lunch_rtos 35 && m clean && m)."""
        return run_build_command("source tools/scripts/envsetup.sh && lunch_rtos 34 && lunch_rtos 35 && m clean && m")

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