Files
google-mcp/auth
Milofax d91070502f fix(auth): add cross-service Drive scopes for docs and sheets tools
Several docs tools (search_docs, get_doc_content, list_docs_in_folder,
export_doc_to_pdf) and sheets tools (list_spreadsheets) internally use
the Google Drive API but only receive docs/sheets-specific OAuth scopes
when configured with `--tools docs sheets` (without `drive`).

This adds the minimal required Drive scopes as cross-service dependencies:
- docs: drive.readonly (metadata queries) + drive.file (PDF export)
- sheets: drive.readonly (spreadsheet listing)

This follows the existing pattern where appscript already includes
DRIVE_FILE_SCOPE for its Drive API dependency.

The alternative workaround of adding `--tools drive` exposes 14
full-access Drive tools which is undesirable from a security perspective.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 12:19:05 +01:00
..
2025-12-13 13:49:28 -08:00
2026-01-30 10:02:54 -05:00
2026-02-05 11:31:44 -05:00
2025-12-13 13:49:28 -08:00
2026-02-05 11:17:59 -05:00
2025-12-13 13:49:28 -08:00
2026-01-31 13:14:27 -05:00