Skip to content

dashboard@0.98.0

Choose a tag to compare

@gram-bot gram-bot released this 31 Jul 13:56
· 902 commits to main since this release
e449604

Minor Changes

  • 3b66258: Custom domains can now route their root URL to a default MCP server. Pick one of the domain's MCP endpoints as the default and https://your-domain.com/ serves that server directly — MCP clients connect at the root and browsers see the installation page — while renaming the endpoint's slug updates the routing automatically. Custom domains can also serve an OpenAI app-submission verification token at /.well-known/openai-apps-challenge, so ChatGPT app reviews can verify domain ownership without any changes on your site. Both settings live on the custom domain page; the default server can also be set from an MCP server's own settings.

Patch Changes

  • 80b855f: Stop enumerating supported coding agents (Cursor, Claude Code, Codex, …) in Shadow MCP detector copy and other user-facing product strings. Prefer generic wording so new agents like opencode do not require list updates.