v0.2.02026-05-19feature
3-step wizard + filled-in pages
- Real 3-step wizard: prompt → confirm parsed spec → build. Step 2 shows the tools Claude actually parsed and only asks for the credentials it identified.
- Preview endpoint: POST /v1/servers/preview runs Claude once, caches the spec 5 min, build worker reuses it. Saves a second Claude round-trip (~30s).
- Shared @bmm/llm package — system prompt + generateSpec live in one place, used by api and generator.
- Audit log: writes for login, logout, server.create, server.iterate, server.delete. /v1/audit endpoint + /audit page.
- Real /settings page (org info, plan & usage, members, encryption status).
- Full /docs site: quickstart, MCP concepts, OAuth flow, authoring, self-hosting, API reference, FAQ.
- Changelog, /security, /privacy, /terms, /pricing, /status pages — all marketing links work.