whisper-money/app/Http
Víctor Falcón fcf5e6e46f refactor(mcp): address review feedback
- Keep PR1 strictly read-only: drop the scope selector, the read_write
  request rule and mcp:write granting from the UI/controller (the write scope
  returns with the write tools in PR2). Removes a token that could be minted
  over-privileged with a false "can edit data" UI promise.
- Gate via User::canUseFeature(PlanFeature::McpAccess) instead of hasProPlan()
  directly, matching the existing feature-gating convention.
- Confirm token rotation behind an AlertDialog (it breaks connected clients),
  matching revoke; drop the silent on-load clipboard auto-copy.
- Give the data-egress disclaimer a destructive variant for visual weight.
- Extract the duplicated token-ownership check; document the controller-reuse
  coupling and the shared-tenant space-scoping model; fix ListSpaces N+1 and a
  duplicate output key.
2026-07-17 15:32:10 +02:00
..
Controllers refactor(mcp): address review feedback 2026-07-17 15:32:10 +02:00
Middleware chore: harden Inertia boundary, CI type-check, and test isolation (#640) 2026-07-04 18:57:58 +00:00
Requests refactor(mcp): address review feedback 2026-07-17 15:32:10 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00