Files
google-mcp/gmail
Josh Dzielak a30438bb83 Address Copilot review comments
- Add missing parentheses to .execute() method call
- Remove redundant pass statement after logger.debug
- Keep urlsafe_b64decode() for consistency with codebase convention

Note: Copilot suggested using b64decode() instead of urlsafe_b64decode(),
but the codebase consistently uses urlsafe_b64decode() for Gmail message
body data (lines 72, 87 in gmail_tools.py). We follow the existing
codebase convention for consistency.
2025-12-06 07:49:08 +01:00
..
2025-05-12 17:22:58 -04:00
2025-12-06 07:49:08 +01:00