Google Drive MCP Server

by felores
Verified
# Dependencies node_modules/ package-lock.json # Build output build/ dist/ lib/ *.tsbuildinfo # Environment variables .env .env.* !.env.example # IDE/Editor .vscode/ .idea/ *.swp *.swo .DS_Store Thumbs.db # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Testing coverage/ .nyc_output/ # TypeScript cache *.tsbuildinfo .tscache/ # Debug .debug/ # Examples examples/