We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2766ea + d0d038a commit 277cf9aCopy full SHA for 277cf9a
src/clients/xero-client.ts
@@ -90,7 +90,7 @@ class CustomConnectionsXeroClient extends MCPXeroClient {
90
91
public async getClientCredentialsToken(): Promise<TokenSet> {
92
const scope =
93
- "accounting.transactions accounting.contacts accounting.settings accounting.reports.read accounting.transactions payroll.settings payroll.employees payroll.timesheets";
+ "accounting.transactions accounting.contacts accounting.settings accounting.reports.read payroll.settings payroll.employees payroll.timesheets";
94
const credentials = Buffer.from(
95
`${this.clientId}:${this.clientSecret}`,
96
).toString("base64");
0 commit comments