fix(google-scopes): removed unnecessary google scopes (#849)

* removed unnecessary google scopes

* bun run lint #849

---------

Co-authored-by: Adam Gough <adamgough@Mac.attlocal.net>
This commit is contained in:
Adam Gough
2025-08-02 14:59:46 -07:00
committed by GitHub
parent 6161bb8dbc
commit 9c3bcbabf9
9 changed files with 7 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ export const gmailDraftTool: ToolConfig<GmailSendParams, GmailToolResponse> = {
oauth: {
required: true,
provider: 'google-email',
additionalScopes: ['https://www.googleapis.com/auth/gmail.compose'],
additionalScopes: [],
},
params: {