There was an error while loading. Please reload this page.
1 parent 9a3c3f0 commit 681dca0Copy full SHA for 681dca0
1 file changed
workspace-mcp-server/src/index.ts
@@ -55,6 +55,9 @@ async function main() {
55
}
56
57
const authManager = new AuthManager(SCOPES);
58
+ // Trigger auth flow immediately on startup
59
+ await authManager.getAuthenticatedClient();
60
+
61
const driveService = new DriveService(authManager);
62
const docsService = new DocsService(authManager, driveService);
63
const peopleService = new PeopleService(authManager);
0 commit comments