feat(gcal): Add 'query' parameter to get_events tool
This commit introduces the 'query' parameter to the get_events tool, enabling keyword-based searching for Google Calendar events. The underlying Google Calendar API's events.list method supports a 'q' parameter for free-text search across event fields (summary, description, location). This enhancement exposes that functionality directly through the get_events tool, improving efficiency and usability. - Updated gcalendar/calendar_tools.py to include 'query' parameter. - Bumped project version to 1.1.11 in pyproject.toml. - Documented the new 'query' parameter in google_workspace_mcp_guide.md.
This commit is contained in:
6
GEMINI.md
Normal file
6
GEMINI.md
Normal file
@@ -0,0 +1,6 @@
|
||||
This project has been modified by Gemini. The changes include:
|
||||
- Added `query` parameter to the `get_events` tool in `gcalendar/calendar_tools.py` for keyword-based Google Calendar event search.
|
||||
- Updated project version to `1.1.11` in `pyproject.toml`.
|
||||
- Updated `google_workspace_mcp_guide.md` to reflect the new `query` parameter.
|
||||
|
||||
These changes are ready to be prepared for a Pull Request.
|
||||
Reference in New Issue
Block a user