You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools.ts
+38-25
Original file line number
Diff line number
Diff line change
@@ -1668,7 +1668,8 @@ export function registerTools(server: McpServer) {
1668
1668
Accepts optional Google Drive folder identifier, and an optional read limit for the number of files to ingest.
1669
1669
For example, with Google Drive URI (https://drive.google.com/drive/u/0/folders/32tzhRD12KDh2hXABY8OZRFv7Smy8WBkQ), the folder identifier is 32tzhRD12KDh2hXABY8OZRFv7Smy8WBkQ.
1670
1670
If no folder identifier provided, ingests files from root Google Drive folder.
1671
-
Requires environment variables to be configured: GOOGLE_DRIVE_CLIENT_ID, GOOGLE_DRIVE_CLIENT_SECRET, GOOGLE_DRIVE_REFRESH_TOKEN.
1671
+
Requires environment variables to be configured: GOOGLE_DRIVE_SERVICE_ACCOUNT_JSON -or- GOOGLE_DRIVE_CLIENT_ID, GOOGLE_DRIVE_CLIENT_SECRET, GOOGLE_DRIVE_REFRESH_TOKEN.
1672
+
If service account JSON is provided, uses service account authentication. Else, uses user authentication.
1672
1673
Executes asynchronously, creates Google Drive feed, and returns the feed identifier.`,
0 commit comments