We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77a8b8 commit 636ea26Copy full SHA for 636ea26
1 file changed
src/clients/xero-client.ts
@@ -92,13 +92,9 @@ class CustomConnectionsXeroClient extends MCPXeroClient {
92
// Granular scopes (required for new apps)
93
private readonly XERO_DEFAULT_AUTH_SCOPES_V2 = [
94
"accounting.invoices",
95
- "accounting.invoices.read",
96
"accounting.payments",
97
- "accounting.payments.read",
98
"accounting.banktransactions",
99
- "accounting.banktransactions.read",
100
"accounting.manualjournals",
101
- "accounting.manualjournals.read",
102
"accounting.reports.aged.read",
103
"accounting.reports.balancesheet.read",
104
"accounting.reports.profitandloss.read",
0 commit comments