Skip to content

v1.0.0 - Enhanced MCP Server with Google Meet Integration

Choose a tag to compare

@ajramos ajramos released this 06 Jun 23:39
· 13 commits to main since this release

πŸš€ First Official Release!

Enhanced version of mcp-gsuite with working Google Meet integration and major bug fixes.

✨ Enhanced Features

  • βœ… Working Google Meet integration - Automatic Meet links in calendar events
  • βœ… Fixed update_calendar_event - Previously broken, now fully functional
  • βœ… Improved attendee processing - Fixed email parsing bugs that caused character iteration
  • βœ… Updated dependencies - Latest Google API client (2.171.0) and MCP (1.9.3)
  • βœ… Better error handling - More robust calendar operations
  • βœ… Setup utilities - auth_setup.py and cursor_setup.py for easy configuration

πŸ”§ Technical Improvements

  • Added process_attendees() helper function to fix CSV string parsing
  • Fixed attendees parameter type (string vs array) in MCP server definition
  • Refactored code to eliminate duplication and improve maintainability
  • Removed unused API specification files (213KB cleanup)
  • Enhanced error handling throughout the codebase

πŸ“š Documentation & UX

  • Comprehensive README with step-by-step setup guides
  • Example prompts organized by category (Gmail, Calendar, Advanced)
  • Google Cloud configuration instructions
  • MCP Inspector debugging guide
  • Security warnings for credential files
  • Support section with troubleshooting steps

πŸ† Credits

Based on the excellent mcp-gsuite by Markus Pfundstein.
Enhanced by Angel Ramos with focus on Google Meet integration and reliability improvements.

πŸ“¦ Installation

See the README for detailed installation instructions.

πŸ› Bug Reports

If you encounter issues, please check the Support section and open an issue with detailed information.