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
Description
The server-gdrive plugin consistently disconnects after 3.517 seconds due to googleapis module loading all APIs instead of only the required Drive API.
Steps to Reproduce
Configure server-gdrive in Claude Desktop
Attempt server connection
Server disconnects after exactly 3.517 seconds
Technical Details
Node.js version: v22.12.0
OS: macOS
Claude Desktop version: Latest
server-gdrive version: 0.7.7
Analysis
googleapis package loads all API modules (~100+)
Memory usage: ~750MB
Initialization delay: 335ms + 416ms
Consistent timeout at 3.517 seconds
Logs
2025-01-01T06:21:22.263Z [info] Attempting to connect to MCP server filesystem...
2025-01-01T06:21:22.266Z [info] Attempting to connect to MCP server brave-search...
2025-01-01T06:21:22.266Z [info] Attempting to connect to MCP server notion...
2025-01-01T06:21:22.266Z [info] Attempting to connect to MCP server gdrive...
2025-01-01T06:21:22.275Z [info] Connected to MCP server brave-search!
2025-01-01T06:21:22.275Z [info] Connected to MCP server filesystem!
2025-01-01T06:21:22.276Z [info] Connected to MCP server notion!
2025-01-01T06:21:22.279Z [info] Connected to MCP server gdrive!
2025-01-01T06:21:25.796Z [info] MCP server gdrive disconnected.
Expected Behavior
Server should maintain connection
Only Drive API should be loaded
Memory usage should be ~100MB
Additional Notes
Other MCP servers (filesystem, brave-search, notion) work correctly
Issue appears to be in the googleapis implementation within server-gdrive
The text was updated successfully, but these errors were encountered:
Description
The server-gdrive plugin consistently disconnects after 3.517 seconds due to googleapis module loading all APIs instead of only the required Drive API.
Steps to Reproduce
Configure server-gdrive in Claude Desktop
Attempt server connection
Server disconnects after exactly 3.517 seconds
Technical Details
Node.js version: v22.12.0
OS: macOS
Claude Desktop version: Latest
server-gdrive version: 0.7.7
Analysis
googleapis package loads all API modules (~100+)
Memory usage: ~750MB
Initialization delay: 335ms + 416ms
Consistent timeout at 3.517 seconds
Logs
2025-01-01T06:21:22.263Z [info] Attempting to connect to MCP server filesystem...
2025-01-01T06:21:22.266Z [info] Attempting to connect to MCP server brave-search...
2025-01-01T06:21:22.266Z [info] Attempting to connect to MCP server notion...
2025-01-01T06:21:22.266Z [info] Attempting to connect to MCP server gdrive...
2025-01-01T06:21:22.275Z [info] Connected to MCP server brave-search!
2025-01-01T06:21:22.275Z [info] Connected to MCP server filesystem!
2025-01-01T06:21:22.276Z [info] Connected to MCP server notion!
2025-01-01T06:21:22.279Z [info] Connected to MCP server gdrive!
2025-01-01T06:21:25.796Z [info] MCP server gdrive disconnected.
Expected Behavior
Server should maintain connection
Only Drive API should be loaded
Memory usage should be ~100MB
Additional Notes
Other MCP servers (filesystem, brave-search, notion) work correctly
Issue appears to be in the googleapis implementation within server-gdrive
The text was updated successfully, but these errors were encountered: