Skip to content

nitmi/embedded-debugger

v0.2.1MIT

Agent-safe embedded flashing and debugging through structured CLI, Skill, and MCP session contracts.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

embedded-debuggerstdio
{
  "type": "stdio",
  "command": "embedded-debugger",
  "args": [
    "--backend",
    "probe-rs",
    "supervisor",
    "mcp",
    "--target",
    "esp32s3"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "embedded-debugger",
  "version": "0.2.1",
  "description": "Agent-safe embedded flashing and debugging through structured CLI, Skill, and MCP session contracts.",
  "author": {
    "name": "Nitmi",
    "url": "https://github.com/Nitmi"
  },
  "homepage": "https://github.com/Nitmi/embedded-debugger",
  "repository": "https://github.com/Nitmi/embedded-debugger",
  "license": "MIT",
  "keywords": [
    "embedded",
    "debugging",
    "probe-rs",
    "hardware",
    "agent",
    "mcp"
  ],
  "skills": "./skills/",
  "mcpServers": "./mcp.json"
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • openai.yaml
  • 2other files
View on GitHub

Fields the format does not define

This package's plugin.json declares these at its top level. The Agent Plugins format gives them no meaning, so a client loads the plugin and ignores them.

  • skills
  • mcpServers