Prozari MCP, public REST API & social-post approvals
Three pieces ship together. The MCP server lets Claude Code, Cursor and Codex drive your boards via 16 tools. Personal API tokens land in Settings — mint a pzr_… token, wire it into any HTTP client. And every social post can now route through an OWNER/ADMIN review before it goes live.
- Feature
Prozari MCP server — Claude Code / Cursor / Codex
Published on npm as @prozari/mcp-server. One npx command registers it with any MCP-aware AI client. 16 tools across discovery (workspaces, boards, lists), cards (create, update, move, complete, comment, list-my-work) and the full social-scheduler approval flow (list, create, approve, reject, analytics).
- Feature
Personal API tokens (Settings → API tokens)
Mint pzr_… tokens with per-scope permissions for the MCP server, public REST API, and your own scripts. Tokens inherit your UI access — lose access to a board and the token loses it too. Stored hashed; the raw value is shown once at creation, never again.
- Feature
/api/v1 public REST API (preview)
First scope-checked endpoints are live: GET /me, GET + POST /cards. Every call is audit-logged with status code, IP, token id and duration. Full surface + OpenAPI docs in the next release.
- Feature
Social post approval workflow
New workspace toggle "Require approval before publishing". New posts land in PENDING_APPROVAL until an OWNER or ADMIN approves or rejects (with optional reason). Self-approval is blocked. Authors are notified the moment a reviewer acts; calendar pills flip from amber to green.
- Feature
Developer portal at /developers
New documentation hub at www.prozari.com/developers — MCP install walkthrough, tool catalog, configuration reference, and the roadmap for REST / Webhooks / OAuth in Phase E.
- Improvement
Auto-archive completed cards
New per-workspace setting: "immediately on completion" or "after N days" (1 / 7 / 30). An hourly worker tidies the board for you. Cards stay searchable, just out of the way.
- Improvement
Persistent socket reconnect + accurate overdue logic
Socket reconnects forever after logout-login or token rotation — no more stuck "Offline" pill. Card completion now honours an explicit completedAt across modal, list, calendar, gantt and analytics; Mark complete toggle makes the state visible.
- Improvement
Wiki polish + Office document preview
Wiki home is a compact list with sub-page count pills. Attachment lightbox now previews .docx and .xlsx via Office Online viewer. Smarter chevrons on collapsed tree nodes.