Skip to content

Commit 636ea26

Browse files
remove redundant scopes
1 parent f77a8b8 commit 636ea26

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/clients/xero-client.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,9 @@ class CustomConnectionsXeroClient extends MCPXeroClient {
9292
// Granular scopes (required for new apps)
9393
private readonly XERO_DEFAULT_AUTH_SCOPES_V2 = [
9494
"accounting.invoices",
95-
"accounting.invoices.read",
9695
"accounting.payments",
97-
"accounting.payments.read",
9896
"accounting.banktransactions",
99-
"accounting.banktransactions.read",
10097
"accounting.manualjournals",
101-
"accounting.manualjournals.read",
10298
"accounting.reports.aged.read",
10399
"accounting.reports.balancesheet.read",
104100
"accounting.reports.profitandloss.read",

0 commit comments

Comments
 (0)