A sub-agent for compiling source code on a remote development board over SSH. It receives a build command and optional device and directory, runs the command remotely, waits for completion, and reports success, errors, and warnings.
A workflow for updating a device board’s Linux kernel or firmware. It compiles the kernel on one board while connecting to another board over a serial connection and preparing its U-Boot startup console.
A setup procedure for connecting a build server to a remote file-operation MCP service without repeatedly entering an SSH password. MCP is a standard way for an AI agent to call external tools.
MCP server "embedded-board" as configured in smk-h/embedded-mcp-toolkit. Runs ./bin/embedded-mcp-toolkit-cli.js with node. Needs 5 environment variables to run.
MCP server "fileutilsremote" as configured in smk-h/embedded-mcp-toolkit. Launched with ssh -i ~/.ssh/id_file_utils_remote -o ServerAliveInterval=60 [email protected].