Skip to content

Bricks Builder MCP v1.9.0

Choose a tag to compare

@github-actions github-actions released this 02 Jun 08:31
· 10 commits to main since this release

docs: update README and connection UI for v1.9.0 multi-client support

README.md:

  • Add compatibility matrix (13 clients — Claude Code/Desktop/Web, Cursor,
    VS Code, Continue, Cline/RooCode, Windsurf, Zed, Gemini CLI, Anthropic
    API, legacy SSE)
  • Add config snippets for all clients (Cursor, Windsurf, Zed, Continue,
    Cline, Anthropic API Python SDK, legacy SSE endpoints)
  • Add Endpoints table documenting /mcp, /sse, /messages
  • Add v1.9.0 / v1.8.0 / v1.7.1 changelog section
  • Update protocol version reference to MCP 2025-11-25

admin/views/settings-page.php:

  • Add $sse_endpoint and $messages_endpoint variables
  • Add $cfg_cursor and $cfg_windsurf config snippets
  • Add Cursor, Windsurf, and Legacy SSE tabs to the client nav
  • Add Cursor panel (same HTTP config as Claude Code)
  • Add Windsurf panel (serverUrl format)
  • Add Legacy SSE panel with copyable SSE and Messages URLs
  • Update VS Code hint to mention Cline and RooCode