add Gmail & drive, both working

This commit is contained in:
Taylor Wilsdon
2025-05-12 14:32:44 -04:00
parent afd9df9ca6
commit e6fc66bc18
4 changed files with 131 additions and 34 deletions

View File

@@ -36,7 +36,8 @@ except Exception as e:
# Import calendar tools to register them with the MCP server via decorators
# Tools are registered when this module is imported
import gcalendar.calendar_tools
import gdrive.drive_tools # Import Drive tools to register them
import gdrive.drive_tools
import gmail.gmail_tools
def main():
"""