mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2024-12-22 18:16:52 +03:00
Emit gdrive log on stderr to prevent rpc errors in claude desktop
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user