Add support for Google Tasks

This commit is contained in:
Taylor Wilsdon
2025-07-09 11:54:46 -04:00
parent 8adf719c58
commit 75bb6c4d90
3 changed files with 783 additions and 0 deletions

5
gtasks/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""
Google Tasks MCP Integration
This module provides MCP tools for interacting with Google Tasks API.
"""