Skip to main content
Glama
unicorn2439614256

XR875 Build MCP

build_c906

Compile the C906 core for XR875 projects by executing the RTOS build sequence: lunch_rtos 34, clean, and make commands.

Instructions

Build the C906 core (lunch_rtos 34 && m clean && m).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The build_c906 function acts as the handler for the MCP tool, executing a shell command to build the C906 core.
    def build_c906():
        """Build the C906 core (lunch_rtos 34 && m clean && m)."""
        return run_build_command("source tools/scripts/envsetup.sh && lunch_rtos 34 && 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