Your own AI tools connect to WebCrew over one MCP server. This release made that connection the front door and locked the other doors.
What changed
Claude, ChatGPT, Cursor and every other MCP client connect over a hosted endpoint with bearer authentication. Reading and writing are separate scopes, and every write becomes a draft that waits for a person.
WebCrew's built-in AI surfaces are off by default and are switched on per account, so nothing calls a model on your behalf unless you asked for it. CI now blocks on high and critical dependency, vulnerability and secret findings before anything reaches production.
Everything in this release
| # | What shipped |
|---|---|
| 1 | Your own AI tools connect over one MCP server with bearer authentication |
| 2 | Built-in AI surfaces off by default, on only per account |
| 3 | CI blocks on high and critical findings |
Releases follow the product's own numbering; between numbered versions we ship dated releases. What comes next, with its week, is on the roadmap.