Releases: quinnjr/google-mcp
Releases · quinnjr/google-mcp
Release list
v1.0.2
Features
- Dynamic port detection: OAuth callback server now scans ports 3000-3100 to find an available port
- Improved reliability: No longer fails if port 3000 is already in use by another application
Full Changelog
v1.0.1
Fixes
- OAuth auto-launch: The OAuth flow now automatically opens your browser when tokens are missing or expired
google_authtool improvement: Now callsauthenticate()which opens the browser and handles the OAuth callback automatically (instead of just returning a URL)- Auto-auth on startup: Server uses
initializeWithAuth()on startup to automatically trigger authentication if credentials exist but tokens are missing/expired