Skip to content

prism-mcp 1.0.0

Latest

Choose a tag to compare

@skyphusion skyphusion released this 07 Aug 03:47
· 18 commits to main since this release

Prism MCP 1.0.0

HTTP agent door for the Prism playground API.

Parity

  • Yes: every prism /api/* HTTP route humans use (chat, image, video, music, TTS, STT batch, history, conversations, compact, RAG, projects, Discord import, jobs, artifacts, prefs). Escape hatch prism_request.
  • No: live WebSocket Flux mic / hands-free voice chat (/api/stt/stream). Approximate with batch STT → chat → TTS.
  • Out of scope: commercial control plane (play-proxy); this MCP targets prism only.

Full matrix: docs/PARITY.md.

Added in 1.0.0

  • compact_conversation / clear_conversation_compact

Install

npm install @skyphusion/prism-mcp@1.0.0

Hosted: https://prism-mcp.skyphusion.org (tag-gated deploy prism-mcp-v1.0.0 when CI runs).