universal-mcp-applications 0.1.15__py3-none-any.whl → 0.1.16__py3-none-any.whl
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.
Potentially problematic release.
This version of universal-mcp-applications might be problematic. Click here for more details.
- universal_mcp/applications/google_mail/app.py +3 -3
- {universal_mcp_applications-0.1.15.dist-info → universal_mcp_applications-0.1.16.dist-info}/METADATA +1 -1
- {universal_mcp_applications-0.1.15.dist-info → universal_mcp_applications-0.1.16.dist-info}/RECORD +5 -5
- {universal_mcp_applications-0.1.15.dist-info → universal_mcp_applications-0.1.16.dist-info}/WHEEL +0 -0
- {universal_mcp_applications-0.1.15.dist-info → universal_mcp_applications-0.1.16.dist-info}/licenses/LICENSE +0 -0
|
@@ -387,7 +387,7 @@ class GoogleMailApp(APIApplication):
|
|
|
387
387
|
page_token: str | None = None,
|
|
388
388
|
) -> dict[str, Any]:
|
|
389
389
|
"""
|
|
390
|
-
Fetches a paginated list of detailed email messages from Gmail using optional search queries. It concurrently retrieves the full content (sender, subject, body) for each message, returning the results and a token to access the next page. This differs from `
|
|
390
|
+
Fetches a paginated list of detailed email messages from Gmail using optional search queries. It concurrently retrieves the full content (sender, subject, body) for each message, returning the results and a token to access the next page. This differs from `get_message_details` which fetches only one.
|
|
391
391
|
|
|
392
392
|
Args:
|
|
393
393
|
max_results: Maximum number of messages to return (max 500, default 20)
|
|
@@ -448,9 +448,9 @@ class GoogleMailApp(APIApplication):
|
|
|
448
448
|
detailed_messages = []
|
|
449
449
|
if message_ids:
|
|
450
450
|
with concurrent.futures.ThreadPoolExecutor(max_workers=10) as executor:
|
|
451
|
-
# Submit all
|
|
451
|
+
# Submit all get_message_details calls
|
|
452
452
|
future_to_message_id = {
|
|
453
|
-
executor.submit(self.
|
|
453
|
+
executor.submit(self.get_message_details, message_id): message_id
|
|
454
454
|
for message_id in message_ids
|
|
455
455
|
}
|
|
456
456
|
|
{universal_mcp_applications-0.1.15.dist-info → universal_mcp_applications-0.1.16.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: universal-mcp-applications
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.16
|
|
4
4
|
Summary: A Universal MCP Application: universal_mcp_applications
|
|
5
5
|
Project-URL: Homepage, https://github.com/universal-mcp/applications
|
|
6
6
|
Project-URL: Repository, https://github.com/universal-mcp/applications
|
{universal_mcp_applications-0.1.15.dist-info → universal_mcp_applications-0.1.16.dist-info}/RECORD
RENAMED
|
@@ -109,7 +109,7 @@ universal_mcp/applications/google_gemini/__init__.py,sha256=KZWdPU74VKBBabLpAcPN
|
|
|
109
109
|
universal_mcp/applications/google_gemini/app.py,sha256=ssOrJDmemg_djz-SzVwtk9YjJU6Zj1egXXMrrKRKgYY,8671
|
|
110
110
|
universal_mcp/applications/google_mail/README.md,sha256=TVLbil9-qjjp9kZziuWWhkiVNR1tf5XJ_q37xd6iUsg,2422
|
|
111
111
|
universal_mcp/applications/google_mail/__init__.py,sha256=_VpJPPBAJvPX3urxUD2_kiQmld91tkVFSvAcdt5XbmI,31
|
|
112
|
-
universal_mcp/applications/google_mail/app.py,sha256=
|
|
112
|
+
universal_mcp/applications/google_mail/app.py,sha256=OuIvadMz-XlJzF6mFYK58dlZ1MYg6Yvdg1TL61QMxh4,60661
|
|
113
113
|
universal_mcp/applications/google_searchconsole/README.md,sha256=LIrDGFYmTHwRso014DNMyhOSgCOVybeTBejQpxeQIQ0,1129
|
|
114
114
|
universal_mcp/applications/google_searchconsole/__init__.py,sha256=PHuwQFk0_a-jbnAUNkAq3ODarxHIcu3z3AZXfwPhdbQ,40
|
|
115
115
|
universal_mcp/applications/google_searchconsole/app.py,sha256=vIGqHg4q_v7M897wjnl-r-nxQJVtt2ZBcliZ7GazwYQ,14175
|
|
@@ -267,7 +267,7 @@ universal_mcp/applications/youtube/app.py,sha256=GxTtXbwda044bIqmzxIGX6x3WNejHx0
|
|
|
267
267
|
universal_mcp/applications/zenquotes/README.md,sha256=x1mZHjNKD4WOgsIhedcbbaR1nvbt794GSrKud1tSLD0,296
|
|
268
268
|
universal_mcp/applications/zenquotes/__init__.py,sha256=IkASLYaZiHJXlkGwEMk1HgIq5GwEZp5GhAIiJyjBd3g,30
|
|
269
269
|
universal_mcp/applications/zenquotes/app.py,sha256=S88JEoVFsyqow-56zcYPgRzhcz59AG_L_RdTFqtSwdA,1323
|
|
270
|
-
universal_mcp_applications-0.1.
|
|
271
|
-
universal_mcp_applications-0.1.
|
|
272
|
-
universal_mcp_applications-0.1.
|
|
273
|
-
universal_mcp_applications-0.1.
|
|
270
|
+
universal_mcp_applications-0.1.16.dist-info/METADATA,sha256=p2tM_vVTcYaqrhv2udgE4wTuiQuZSIqH0dDfBt3bV5g,4024
|
|
271
|
+
universal_mcp_applications-0.1.16.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
272
|
+
universal_mcp_applications-0.1.16.dist-info/licenses/LICENSE,sha256=NweDZVPslBAZFzlgByF158b85GR0f5_tLQgq1NS48To,1063
|
|
273
|
+
universal_mcp_applications-0.1.16.dist-info/RECORD,,
|
{universal_mcp_applications-0.1.15.dist-info → universal_mcp_applications-0.1.16.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|