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:
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "workspace-mcp"
|
||||
version = "1.1.10"
|
||||
version = "1.1.11"
|
||||
description = "Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive"
|
||||
readme = "README.md"
|
||||
keywords = [ "mcp", "google", "workspace", "llm", "ai", "claude", "model", "context", "protocol", "server"]
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"fastapi>=0.115.12",
|
||||
"fastapi",
|
||||
"fastmcp>=2.3.3",
|
||||
"google-api-python-client>=2.168.0",
|
||||
"google-auth-httplib2>=0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user