awslabs.s3-tables-mcp-server 0.0.8__py3-none-any.whl → 0.0.11__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.
@@ -15,4 +15,4 @@
15
15
  # This file is part of the awslabs namespace.
16
16
  # It is intentionally minimal to support PEP 420 namespace packages.
17
17
 
18
- __version__ = '0.0.8'
18
+ __version__ = '0.0.11'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.s3-tables-mcp-server
3
- Version: 0.0.8
3
+ Version: 0.0.11
4
4
  Summary: An AWS Labs Model Context Protocol (MCP) server for awslabs.s3-tables-mcp-server
5
5
  Project-URL: homepage, https://awslabs.github.io/mcp/
6
6
  Project-URL: docs, https://awslabs.github.io/mcp/servers/s3-tables-mcp-server/
@@ -26,8 +26,8 @@ Requires-Dist: daft>=0.5.8
26
26
  Requires-Dist: loguru>=0.7.0
27
27
  Requires-Dist: mcp[cli]>=1.11.0
28
28
  Requires-Dist: pyarrow>=20.0.0
29
- Requires-Dist: pydantic>=2.10.6
30
- Requires-Dist: pyiceberg>=0.9.1
29
+ Requires-Dist: pydantic<2.10.0
30
+ Requires-Dist: pyiceberg==0.9.1
31
31
  Requires-Dist: sqlparse>=0.4.0
32
32
  Description-Content-Type: text/markdown
33
33
 
@@ -96,6 +96,35 @@ Configure the MCP server in your MCP client configuration (e.g., for Amazon Q De
96
96
  }
97
97
  }
98
98
  ```
99
+ ### Windows Installation
100
+
101
+ For Windows users, the MCP server configuration format is slightly different:
102
+
103
+ ```json
104
+ {
105
+ "mcpServers": {
106
+ "awslabs.s3-tables-mcp-server": {
107
+ "disabled": false,
108
+ "timeout": 60,
109
+ "type": "stdio",
110
+ "command": "uv",
111
+ "args": [
112
+ "tool",
113
+ "run",
114
+ "--from",
115
+ "awslabs.s3-tables-mcp-server@latest",
116
+ "awslabs.s3-tables-mcp-server.exe"
117
+ ],
118
+ "env": {
119
+ "FASTMCP_LOG_LEVEL": "ERROR",
120
+ "AWS_PROFILE": "your-aws-profile",
121
+ "AWS_REGION": "us-east-1"
122
+ }
123
+ }
124
+ }
125
+ }
126
+ ```
127
+
99
128
 
100
129
  or docker after a successful `docker build -t awslabs/s3-tables-mcp-server.`:
101
130
 
@@ -1,5 +1,5 @@
1
1
  awslabs/__init__.py,sha256=BHp8_uaBohApyLlmVWvYVe5bSrH59FvLJ5cNTigMV_8,644
2
- awslabs/s3_tables_mcp_server/__init__.py,sha256=NtpG8G_Sk1nV8MvP6GZoX-pMG4bBoYABpYSQXipTexI,754
2
+ awslabs/s3_tables_mcp_server/__init__.py,sha256=5rf3N1LcxWeXPTZlLm_7v_r6Gef53ofieR64pQM1v9A,755
3
3
  awslabs/s3_tables_mcp_server/constants.py,sha256=qCWY9A9PAQXdVz-anO26zbQ72Dp79nGM7xeLR062a_o,4971
4
4
  awslabs/s3_tables_mcp_server/database.py,sha256=YorxcSx-9typfQ5W_LzwNPZkP47u__QSLJlp0fBsZLg,3851
5
5
  awslabs/s3_tables_mcp_server/models.py,sha256=zWTFJLBhIZRLEgOCTyNcGvbItxqYbFJKH6se1EzXDjY,8097
@@ -16,9 +16,9 @@ awslabs/s3_tables_mcp_server/file_processor/__init__.py,sha256=8PeggFRY3ZKBdxcFP
16
16
  awslabs/s3_tables_mcp_server/file_processor/csv.py,sha256=1JfFFKbnK1qvDvpOKWoXIv9zca8MRlPXk2Phd7-GgIU,1650
17
17
  awslabs/s3_tables_mcp_server/file_processor/parquet.py,sha256=TA9HmVPAnwOc3hv3zsL7J7sRd8gMINGFp5_r1eX7uUE,1458
18
18
  awslabs/s3_tables_mcp_server/file_processor/utils.py,sha256=MkNE0c1tlR_bs5ZeCTqAuRCLQWOc3mJqnJxATbGwoEc,5613
19
- awslabs_s3_tables_mcp_server-0.0.8.dist-info/METADATA,sha256=t_aI5AicyyzCyozVx8fqMoX4QOGkrJcKPqQCo6qk9QY,11514
20
- awslabs_s3_tables_mcp_server-0.0.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
- awslabs_s3_tables_mcp_server-0.0.8.dist-info/entry_points.txt,sha256=WRA45Bi2dVY5hskxkka_e7BAGRqG1KiW3ImTBnHSyLs,90
22
- awslabs_s3_tables_mcp_server-0.0.8.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
23
- awslabs_s3_tables_mcp_server-0.0.8.dist-info/licenses/NOTICE,sha256=jm-1A_8i-wl7KYs2Ynj2A29vXWJCMKLHmGfy4P_B51Y,96
24
- awslabs_s3_tables_mcp_server-0.0.8.dist-info/RECORD,,
19
+ awslabs_s3_tables_mcp_server-0.0.11.dist-info/METADATA,sha256=8GRQFWncGmsQ_clCS0cYBTPC12JKf38MvFaqfa-k6b8,12096
20
+ awslabs_s3_tables_mcp_server-0.0.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
21
+ awslabs_s3_tables_mcp_server-0.0.11.dist-info/entry_points.txt,sha256=WRA45Bi2dVY5hskxkka_e7BAGRqG1KiW3ImTBnHSyLs,90
22
+ awslabs_s3_tables_mcp_server-0.0.11.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
23
+ awslabs_s3_tables_mcp_server-0.0.11.dist-info/licenses/NOTICE,sha256=jm-1A_8i-wl7KYs2Ynj2A29vXWJCMKLHmGfy4P_B51Y,96
24
+ awslabs_s3_tables_mcp_server-0.0.11.dist-info/RECORD,,