Files
ClaudeMailbox/plugin/.claude-plugin/plugin.json
Mika Kuns d456f29138
All checks were successful
Release / release (push) Successful in 8s
Release (Node) / release (push) Successful in 12s
fix(plugin): sync plugin.json version with releases
plugin.json was stuck at 0.1.0 across every release, so Claude Code's
per-version plugin cache never refreshed and clients kept running the
original .mcp.json (http://127.0.0.1:47822/mcp). Bump to 1.2.0 to match
the node package and add a release-workflow step that derives plugin.json
from the tag on every future release.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 14:51:34 +02:00

12 lines
378 B
JSON

{
"name": "claude-mailbox",
"version": "1.2.0",
"description": "Auto-checks the local Claude-Mailbox daemon before every prompt and injects pending messages into the conversation context.",
"author": {
"name": "Mika Kuns"
},
"homepage": "https://git.kuns.dev/releases/ClaudeMailbox",
"license": "MIT",
"keywords": ["mailbox", "ipc", "coordination", "mcp"]
}