Skip to main content
Glama
unicorn2439614256

XR875 Build MCP

pack_firmware

Pack firmware for XR875 projects by executing lunch_rtos 34 and pack commands to create deployable firmware packages.

Instructions

Pack the firmware (lunch_rtos 34 && pack).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The 'pack_firmware' function is defined as an MCP tool using the @mcp.tool() decorator. It executes a shell command to pack the firmware within the SDK root directory.
    def pack_firmware():
        """Pack the firmware (lunch_rtos 34 && pack)."""
        return run_build_command("source tools/scripts/envsetup.sh && lunch_rtos 34 && pack")

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