Emit gdrive log on stderr to prevent rpc errors in claude desktop

This commit is contained in:
colinmcneil
2024-12-20 12:27:42 -05:00
parent 071f41df53
commit ddd4860452

View File

@@ -206,7 +206,7 @@ async function loadCredentialsAndRunServer() {
auth.setCredentials(credentials);
google.options({ auth });
console.log("Credentials loaded. Starting server.");
console.error("Credentials loaded. Starting server.");
const transport = new StdioServerTransport();
await server.connect(transport);
}