When using the newly release remote MCP server, `list_tables` requires `database:write` permission instead of just `database:read`. ``` {\"error\":{\"name\":\"McpError\",\"message\":\"MCP error -32600: OAuth token requires the database:write scope\"}} ``` It would also be ideal to be able to run `execute_sql` with `database:read` to execute select only, also requires `database:write` at the moment.