Skip to content

Commit

Permalink
Emit gdrive log on stderr to prevent rpc errors in claude desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Dec 20, 2024
1 parent 071f41d commit ddd4860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdrive/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit ddd4860

Please sign in to comment.