Add Google Drive functionality

This commit is contained in:
Taylor Wilsdon
2025-05-12 13:52:53 -04:00
parent bdf44c46fe
commit 7096963f2b
4 changed files with 370 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ 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
def main():
"""