PokéArena v0.1.1
Three binaries per platform, in one archive:
| Binary | What it is |
|---|---|
pokearena-mcp |
stdio MCP server — hands a live battle slot to Claude Code or any MCP client (protocol) |
pokearena-agent |
reference LLM harness — one-shot headless CLI that plays a slot to completion |
pokearena-bench |
the reproducible battle benchmark (./cmd/bench) |
Changelog
- a0f1fc0: release: a retried publish must not re-render the broken record (@claude)
- 390c321: release: a retried publish must not re-render the broken record (#159) (@shaumik)
- fa7fa2e: release: the registry rejects registryBaseUrl on an mcpb package (@claude)
- 2a1ea18: release: the registry rejects registryBaseUrl on an mcpb package (#158) (@shaumik)
MCP clients: this release also ships pokearena-mcp-0.1.1.mcpb,
the bundle referenced by the MCP Registry
entry io.github.shaumik/pokearena. Verify it against checksums.txt before installing.
Binaries are unsigned. On macOS, clear the quarantine attribute with
xattr -d com.apple.quarantine ./pokearena-mcp if Gatekeeper blocks the first run.