Changelog

Release notes for the MCP server and the planned ACP CLI.

v0.1.0 — MCP server v1 (read-only)

2026-05-10
  • JSON-RPC server at POST /api/mcp/v1.
  • Six read-only tools: search_skills, get_skill, install_skill, search_marketplace, list_models, compare_models.
  • Two prompts: find-skill-for, compare-models-for-task.
  • Resources: aicoach://skills/{slug}, aicoach://models/catalog.
  • /connect/mcp setup wizard with per-client snippets.
  • Per-call audit logged to mcp_calls + visible in /account/requests.
  • Scoped API keys + per-key spend caps (issue, listing, audit). Issue #90.

v0.2 — paid surface (planned)

post-MVP
  • run_tool — call any nano app from MCP, billed via existing wallet.
  • run_model_bakeoff + share_model_report.
  • OAuth 2.1 + dynamic client registration as an alternative to API keys.

v0.3 — ACP CLI (planned)

post-MVP
  • @aicoach/acp on npm — Zed-native agent.
  • Streamed completions, tool surface inherited from MCP, file ops via ACP fs.
  • Per-session model picker, paid-call permission prompts.