awslabs.s3-tables-mcp-server 0.0.16__tar.gz → 0.0.17__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.
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/PKG-INFO +13 -13
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/README.md +12 -12
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/__init__.py +1 -1
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/pyproject.toml +1 -1
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/uv.lock +4 -4
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/.gitignore +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/.python-version +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/CHANGELOG.md +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/CONTEXT.md +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/Dockerfile +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/LICENSE +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/NOTICE +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/__init__.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/constants.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/database.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/engines/__init__.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/engines/pyiceberg.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/file_processor/__init__.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/file_processor/csv.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/file_processor/parquet.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/file_processor/utils.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/models.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/namespaces.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/resources.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/s3_operations.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/server.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/table_buckets.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/tables.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/s3_tables_mcp_server/utils.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/docker-healthcheck.sh +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_csv.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_database.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_file_processor_utils.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_init.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_main.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_namespaces.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_parquet.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_pyiceberg.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_resources.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_s3_operations.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_server.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_table_buckets.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_tables.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_utils.py +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/uv-requirements.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.s3-tables-mcp-server
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.17
|
|
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/
|
|
@@ -76,11 +76,11 @@ The S3 Tables MCP Server simplifies the management of S3-based tables by providi
|
|
|
76
76
|
|
|
77
77
|
### Installation
|
|
78
78
|
|
|
79
|
-
| Cursor | VS Code |
|
|
80
|
-
|
|
81
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.s3-tables-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuczMtdGFibGVzLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoieW91ci1hd3MtcHJvZmlsZSIsIkFXU19SRUdJT04iOiJ1cy1lYXN0LTEifX0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=S3%20Tables%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.s3-tables-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%7D%7D) |
|
|
79
|
+
| Kiro | Cursor | VS Code |
|
|
80
|
+
|:----:|:------:|:-------:|
|
|
81
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.s3-tables-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.s3-tables-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.s3-tables-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuczMtdGFibGVzLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoieW91ci1hd3MtcHJvZmlsZSIsIkFXU19SRUdJT04iOiJ1cy1lYXN0LTEifX0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=S3%20Tables%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.s3-tables-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%7D%7D) |
|
|
82
82
|
|
|
83
|
-
Configure the MCP server in your MCP client configuration (e.g., for
|
|
83
|
+
Configure the MCP server in your MCP client configuration (e.g., for Kiro, edit `~/.kiro/settings/mcp.json`):
|
|
84
84
|
|
|
85
85
|
```json
|
|
86
86
|
{
|
|
@@ -233,29 +233,29 @@ You can override the default by providing the `--log-dir` flag with a custom pat
|
|
|
233
233
|
| `Show the schema for customer_data table` | Retrieves the table structure and column definitions to understand the data format and types |
|
|
234
234
|
| `Run a query to find monthly revenue trends` | Performs data analysis using **read-only** SQL queries to extract business insights from stored table data. For write operations, only appending new data (inserts) is supported; updates and deletes are not available via SQL. |
|
|
235
235
|
|
|
236
|
-
## Using
|
|
236
|
+
## Using Kiro with S3 Tables MCP Server
|
|
237
237
|
|
|
238
|
-
|
|
238
|
+
Kiro can provide better answers and code suggestions when it has additional context. To enhance Kiro's understanding of S3 Tables, you can add the provided context file to your Kiro environment.
|
|
239
239
|
|
|
240
|
-
### How to Add Context to
|
|
240
|
+
### How to Add Context to Kiro CLI
|
|
241
241
|
|
|
242
242
|
1. **Download the CONTEXT.md file**
|
|
243
243
|
- Download the `CONTEXT.md` file from the GitHub repository for this project.
|
|
244
244
|
|
|
245
|
-
2. **Start
|
|
246
|
-
- Run the following command to start a chat session with
|
|
245
|
+
2. **Start Kiro CLI**
|
|
246
|
+
- Run the following command to start a chat session with Kiro:
|
|
247
247
|
```sh
|
|
248
|
-
|
|
248
|
+
kiro-cli chat
|
|
249
249
|
```
|
|
250
250
|
|
|
251
251
|
3. **Add the Context File**
|
|
252
|
-
- In the
|
|
252
|
+
- In the Kiro chat, run:
|
|
253
253
|
```sh
|
|
254
254
|
/context add <path>/CONTEXT.md
|
|
255
255
|
```
|
|
256
256
|
- Replace `<path>` with the actual path to where you downloaded `CONTEXT.md`.
|
|
257
257
|
|
|
258
|
-
Now,
|
|
258
|
+
Now, Kiro CLI will have improved context about S3 Tables and can provide more relevant answers.
|
|
259
259
|
|
|
260
260
|
## Security Considerations
|
|
261
261
|
|
|
@@ -43,11 +43,11 @@ The S3 Tables MCP Server simplifies the management of S3-based tables by providi
|
|
|
43
43
|
|
|
44
44
|
### Installation
|
|
45
45
|
|
|
46
|
-
| Cursor | VS Code |
|
|
47
|
-
|
|
48
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.s3-tables-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuczMtdGFibGVzLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoieW91ci1hd3MtcHJvZmlsZSIsIkFXU19SRUdJT04iOiJ1cy1lYXN0LTEifX0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=S3%20Tables%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.s3-tables-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%7D%7D) |
|
|
46
|
+
| Kiro | Cursor | VS Code |
|
|
47
|
+
|:----:|:------:|:-------:|
|
|
48
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.s3-tables-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.s3-tables-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.s3-tables-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuczMtdGFibGVzLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoieW91ci1hd3MtcHJvZmlsZSIsIkFXU19SRUdJT04iOiJ1cy1lYXN0LTEifX0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=S3%20Tables%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.s3-tables-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-aws-profile%22%2C%22AWS_REGION%22%3A%22us-east-1%22%7D%7D) |
|
|
49
49
|
|
|
50
|
-
Configure the MCP server in your MCP client configuration (e.g., for
|
|
50
|
+
Configure the MCP server in your MCP client configuration (e.g., for Kiro, edit `~/.kiro/settings/mcp.json`):
|
|
51
51
|
|
|
52
52
|
```json
|
|
53
53
|
{
|
|
@@ -200,29 +200,29 @@ You can override the default by providing the `--log-dir` flag with a custom pat
|
|
|
200
200
|
| `Show the schema for customer_data table` | Retrieves the table structure and column definitions to understand the data format and types |
|
|
201
201
|
| `Run a query to find monthly revenue trends` | Performs data analysis using **read-only** SQL queries to extract business insights from stored table data. For write operations, only appending new data (inserts) is supported; updates and deletes are not available via SQL. |
|
|
202
202
|
|
|
203
|
-
## Using
|
|
203
|
+
## Using Kiro with S3 Tables MCP Server
|
|
204
204
|
|
|
205
|
-
|
|
205
|
+
Kiro can provide better answers and code suggestions when it has additional context. To enhance Kiro's understanding of S3 Tables, you can add the provided context file to your Kiro environment.
|
|
206
206
|
|
|
207
|
-
### How to Add Context to
|
|
207
|
+
### How to Add Context to Kiro CLI
|
|
208
208
|
|
|
209
209
|
1. **Download the CONTEXT.md file**
|
|
210
210
|
- Download the `CONTEXT.md` file from the GitHub repository for this project.
|
|
211
211
|
|
|
212
|
-
2. **Start
|
|
213
|
-
- Run the following command to start a chat session with
|
|
212
|
+
2. **Start Kiro CLI**
|
|
213
|
+
- Run the following command to start a chat session with Kiro:
|
|
214
214
|
```sh
|
|
215
|
-
|
|
215
|
+
kiro-cli chat
|
|
216
216
|
```
|
|
217
217
|
|
|
218
218
|
3. **Add the Context File**
|
|
219
|
-
- In the
|
|
219
|
+
- In the Kiro chat, run:
|
|
220
220
|
```sh
|
|
221
221
|
/context add <path>/CONTEXT.md
|
|
222
222
|
```
|
|
223
223
|
- Replace `<path>` with the actual path to where you downloaded `CONTEXT.md`.
|
|
224
224
|
|
|
225
|
-
Now,
|
|
225
|
+
Now, Kiro CLI will have improved context about S3 Tables and can provide more relevant answers.
|
|
226
226
|
|
|
227
227
|
## Security Considerations
|
|
228
228
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name = "awslabs.s3-tables-mcp-server"
|
|
3
3
|
|
|
4
4
|
# NOTE: "Patch"=9223372036854775807 bumps next release to zero.
|
|
5
|
-
version = "0.0.
|
|
5
|
+
version = "0.0.17"
|
|
6
6
|
|
|
7
7
|
description = "An AWS Labs Model Context Protocol (MCP) server for awslabs.s3-tables-mcp-server"
|
|
8
8
|
readme = "README.md"
|
|
@@ -50,7 +50,7 @@ wheels = [
|
|
|
50
50
|
|
|
51
51
|
[[package]]
|
|
52
52
|
name = "awslabs-s3-tables-mcp-server"
|
|
53
|
-
version = "0.0.
|
|
53
|
+
version = "0.0.17"
|
|
54
54
|
source = { editable = "." }
|
|
55
55
|
dependencies = [
|
|
56
56
|
{ name = "boto3" },
|
|
@@ -1829,11 +1829,11 @@ wheels = [
|
|
|
1829
1829
|
|
|
1830
1830
|
[[package]]
|
|
1831
1831
|
name = "urllib3"
|
|
1832
|
-
version = "2.6.
|
|
1832
|
+
version = "2.6.3"
|
|
1833
1833
|
source = { registry = "https://pypi.org/simple" }
|
|
1834
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1834
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" }
|
|
1835
1835
|
wheels = [
|
|
1836
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1836
|
+
{ url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" },
|
|
1837
1837
|
]
|
|
1838
1838
|
|
|
1839
1839
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/awslabs/__init__.py
RENAMED
|
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
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/docker-healthcheck.sh
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_csv.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_database.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_init.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_main.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_namespaces.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_parquet.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_pyiceberg.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_resources.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_server.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_tables.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/tests/test_utils.py
RENAMED
|
File without changes
|
{awslabs_s3_tables_mcp_server-0.0.16 → awslabs_s3_tables_mcp_server-0.0.17}/uv-requirements.txt
RENAMED
|
File without changes
|