universal-mcp-applications 0.1.16__py3-none-any.whl → 0.1.17__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_sheet/app.py +3 -3
- {universal_mcp_applications-0.1.16.dist-info → universal_mcp_applications-0.1.17.dist-info}/METADATA +1 -1
- {universal_mcp_applications-0.1.16.dist-info → universal_mcp_applications-0.1.17.dist-info}/RECORD +5 -5
- {universal_mcp_applications-0.1.16.dist-info → universal_mcp_applications-0.1.17.dist-info}/WHEEL +0 -0
- {universal_mcp_applications-0.1.16.dist-info → universal_mcp_applications-0.1.17.dist-info}/licenses/LICENSE +0 -0
|
@@ -1474,7 +1474,7 @@ class GoogleSheetApp(APIApplication):
|
|
|
1474
1474
|
raise ValueError("min_confidence must be between 0.0 and 1.0")
|
|
1475
1475
|
|
|
1476
1476
|
# Get spreadsheet structure
|
|
1477
|
-
spreadsheet = self.
|
|
1477
|
+
spreadsheet = self.get_spreadsheet_metadata(spreadsheet_id)
|
|
1478
1478
|
|
|
1479
1479
|
tables = []
|
|
1480
1480
|
|
|
@@ -1542,7 +1542,7 @@ class GoogleSheetApp(APIApplication):
|
|
|
1542
1542
|
raise ValueError("sample_size must be between 1 and 1000")
|
|
1543
1543
|
|
|
1544
1544
|
# Get spreadsheet structure
|
|
1545
|
-
spreadsheet = self.
|
|
1545
|
+
spreadsheet = self.get_spreadsheet_metadata(spreadsheet_id)
|
|
1546
1546
|
|
|
1547
1547
|
# Find the target table
|
|
1548
1548
|
target_table = None
|
|
@@ -1685,7 +1685,7 @@ class GoogleSheetApp(APIApplication):
|
|
|
1685
1685
|
|
|
1686
1686
|
Args:
|
|
1687
1687
|
spreadsheetId: Identifier of the Google Sheets spreadsheet. Example: "1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms"
|
|
1688
|
-
worksheetId: ID (sheetId) of the worksheet. Use `
|
|
1688
|
+
worksheetId: ID (sheetId) of the worksheet. Use `get_spreadsheet_metadata` to find this ID. Example: 123456789
|
|
1689
1689
|
startRowIndex: 0-based index of the first row in the range. Example: 0
|
|
1690
1690
|
startColumnIndex: 0-based index of the first column in the range. Example: 0
|
|
1691
1691
|
endRowIndex: 0-based index of the row *after* the last row in the range (exclusive). Example: 1
|
{universal_mcp_applications-0.1.16.dist-info → universal_mcp_applications-0.1.17.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.17
|
|
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.16.dist-info → universal_mcp_applications-0.1.17.dist-info}/RECORD
RENAMED
|
@@ -115,7 +115,7 @@ universal_mcp/applications/google_searchconsole/__init__.py,sha256=PHuwQFk0_a-jb
|
|
|
115
115
|
universal_mcp/applications/google_searchconsole/app.py,sha256=vIGqHg4q_v7M897wjnl-r-nxQJVtt2ZBcliZ7GazwYQ,14175
|
|
116
116
|
universal_mcp/applications/google_sheet/README.md,sha256=79WnJ8wP52CV_6IENfXjb0sZm5vGsx2lbSvJBbNT0qA,3838
|
|
117
117
|
universal_mcp/applications/google_sheet/__init__.py,sha256=sl1VQKQMlYuzZGHUIyVsFvnar6APaIFb4Y_nl7TA0us,32
|
|
118
|
-
universal_mcp/applications/google_sheet/app.py,sha256=
|
|
118
|
+
universal_mcp/applications/google_sheet/app.py,sha256=mYcT0DmK7w7HeZ9Aj3prLRRdFKnRTCMUZJJryj7Pyww,88306
|
|
119
119
|
universal_mcp/applications/google_sheet/helper.py,sha256=rC_2I4oKfd-rpj3UIWXGH4pZlMX1vI9kixryxBFymSY,11996
|
|
120
120
|
universal_mcp/applications/hashnode/README.md,sha256=O_k8h3w3tVwigqRMSiYCl2XchoBM_p66sPLGFcexNQo,866
|
|
121
121
|
universal_mcp/applications/hashnode/__init__.py,sha256=ty459WmLiNoGM4XZAKWNASp-0MCMBV15J3LstDbZWPw,29
|
|
@@ -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.17.dist-info/METADATA,sha256=xFaxd2g6UzYUjbpO9b9IDUyOAIdsQgvfK6xbGfUPt7U,4024
|
|
271
|
+
universal_mcp_applications-0.1.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
272
|
+
universal_mcp_applications-0.1.17.dist-info/licenses/LICENSE,sha256=NweDZVPslBAZFzlgByF158b85GR0f5_tLQgq1NS48To,1063
|
|
273
|
+
universal_mcp_applications-0.1.17.dist-info/RECORD,,
|
{universal_mcp_applications-0.1.16.dist-info → universal_mcp_applications-0.1.17.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|