team-mcp 0.2.7

MCP server providing the shared agent mailbox for teamctl.
team-mcp-0.2.7 is not a library.

team-mcp — the shared agent mailbox, exposed as an MCP stdio server.

Protocol: MCP (JSON-RPC 2.0 over stdio, line-delimited). Protocol version pinned to the workspace constant team_core::MCP_PROTOCOL_VERSION.

Each agent runs its own team-mcp child (spawned by the runtime via --mcp-config). All processes point at the same SQLite file. Concurrent writers are handled by SQLite in WAL mode; inotify + polling wake inbox_watch listeners within milliseconds.