Skip to content

Releases: quinnjr/google-mcp

Release list

v1.0.2

Choose a tag to compare

@quinnjr quinnjr released this 22 Dec 00:04

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...v1.0.2

v1.0.1

Choose a tag to compare

@quinnjr quinnjr released this 22 Dec 00:01

Fixes

  • OAuth auto-launch: The OAuth flow now automatically opens your browser when tokens are missing or expired
  • google_auth tool improvement: Now calls authenticate() 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

Full Changelog

v1.0.0...v1.0.1