add Gmail & drive, both working
This commit is contained in:
3
main.py
3
main.py
@@ -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():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user