workspace-mcp 1.1.9__tar.gz → 1.1.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {workspace_mcp-1.1.9/workspace_mcp.egg-info → workspace_mcp-1.1.10}/PKG-INFO +1 -1
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/core/server.py +2 -2
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/pyproject.toml +1 -1
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10/workspace_mcp.egg-info}/PKG-INFO +1 -1
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/LICENSE +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/README.md +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/google_auth.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/compat.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/config.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/discovery.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/example_config.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/handler.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/http.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/jwt.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/middleware.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/oauth2.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/sessions.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth21/tokens.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth_callback_server.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/oauth_responses.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/scopes.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/auth/service_decorator.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/core/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/core/comments.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/core/context.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/core/utils.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gTasks/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gTasks/tasks_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gcalendar/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gcalendar/calendar_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gchat/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gchat/chat_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gdocs/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gdocs/docs_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gdrive/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gdrive/drive_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gforms/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gforms/forms_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gmail/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gmail/gmail_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gsheets/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gsheets/sheets_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gslides/__init__.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/gslides/slides_tools.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/main.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/setup.cfg +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/tests/test_auth.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/tests/test_oauth_callback_server.py +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/workspace_mcp.egg-info/SOURCES.txt +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/workspace_mcp.egg-info/dependency_links.txt +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/workspace_mcp.egg-info/entry_points.txt +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/workspace_mcp.egg-info/requires.txt +0 -0
- {workspace_mcp-1.1.9 → workspace_mcp-1.1.10}/workspace_mcp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: workspace-mcp
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.10
|
4
4
|
Summary: Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive
|
5
5
|
Author-email: Taylor Wilsdon <taylor@taylorwilsdon.com>
|
6
6
|
License: MIT
|
@@ -160,7 +160,7 @@ async def oauth2_callback(request: Request) -> HTMLResponse:
|
|
160
160
|
async def start_google_auth(
|
161
161
|
service_name: str,
|
162
162
|
user_google_email: str = USER_GOOGLE_EMAIL,
|
163
|
-
mcp_session_id: Optional[str] = Header(None, alias="
|
163
|
+
mcp_session_id: Optional[str] = Header(None, alias="mcp-session-id")
|
164
164
|
) -> str:
|
165
165
|
"""
|
166
166
|
Initiates the Google OAuth 2.0 authentication flow for the specified user email and service.
|
@@ -182,7 +182,7 @@ async def start_google_auth(
|
|
182
182
|
Args:
|
183
183
|
user_google_email (str): The user's full Google email address (e.g., 'example@gmail.com'). This is REQUIRED.
|
184
184
|
service_name (str): The name of the Google service for which authentication is being requested (e.g., "Google Calendar", "Google Docs"). This is REQUIRED.
|
185
|
-
mcp_session_id (Optional[str]): The active MCP session ID (automatically injected by FastMCP from the
|
185
|
+
mcp_session_id (Optional[str]): The active MCP session ID (automatically injected by FastMCP from the mcp-session-id header). Links the OAuth flow state to the session.
|
186
186
|
|
187
187
|
Returns:
|
188
188
|
str: A detailed message for the LLM with the authorization URL and instructions to guide the user through the authentication process.
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "workspace-mcp"
|
7
|
-
version = "1.1.
|
7
|
+
version = "1.1.10"
|
8
8
|
description = "Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive"
|
9
9
|
readme = "README.md"
|
10
10
|
keywords = [ "mcp", "google", "workspace", "llm", "ai", "claude", "model", "context", "protocol", "server"]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: workspace-mcp
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.10
|
4
4
|
Summary: Comprehensive, highly performant Google Workspace Streamable HTTP & SSE MCP Server for Calendar, Gmail, Docs, Sheets, Slides & Drive
|
5
5
|
Author-email: Taylor Wilsdon <taylor@taylorwilsdon.com>
|
6
6
|
License: MIT
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|