← Back to Plugins
MCP Server MCP

io.github.icohangar-ops/battery-erp

github By github 👁 1 views ▲ 0 votes

Battery value-chain inventory MCP: lookup SKUs, status/reorder, bin-check, audited confirmation.

Homepage Verified source GitHub

Install

uvx battery-erp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "battery-erp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Shared secret required for record_bin_confirmation (mutating).",
          "isSecret": true,
          "name": "BATTERY_ERP_CONFIRM_TOKEN"
        },
        {
          "description": "Optional path for append-only JSONL audit events.",
          "name": "BATTERY_ERP_AUDIT_LOG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...