github AgentWorkforce/burn mcp-v0.13.1
@relayburn/mcp@0.13.1

latest releases: analyze-v0.14.2, reader-v0.14.2, mcp-v0.14.2...
14 hours ago

[0.13.1] - 2026-04-25

Added

  • Initial release: MCP (Model Context Protocol) stdio server exposing read-only burn ledger queries for in-session self-query by the running agent (#26).
  • startStdioServer({sessionId?, tools?, ...}) — minimal JSON-RPC 2.0 MCP server over stdio. No external SDK dependency.
  • buildMcpConfig({sessionId, burnBin?}) — returns a JSON string for Claude Code's --mcp-config flag. Registers burn mcp-server --session-id <id> as the burn server.
  • Built-in tools:
    • burn__sessionCost({ sessionId? }) — returns {totalUSD, totalTokens, turnCount, models} for the session. Session id defaults to the --session-id baked into the server at spawn time.
    • burn__currentBlock({ sessionId? }) — returns the Claude OAuth-reported 5-hour percentUsed plus a locally-forecast burnRateTokensPerMin, projectedBlockTotal, and minutesToReset with a coarse advice label.
  • Read-only by construction: no MCP tool writes to the ledger.

Don't miss a new burn release

NewReleases is sending notifications on new releases.