awslabs.s3-tables-mcp-server 0.0.16__py3-none-any.whl → 0.0.18__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.
- awslabs/s3_tables_mcp_server/__init__.py +1 -1
- {awslabs_s3_tables_mcp_server-0.0.16.dist-info → awslabs_s3_tables_mcp_server-0.0.18.dist-info}/METADATA +13 -13
- {awslabs_s3_tables_mcp_server-0.0.16.dist-info → awslabs_s3_tables_mcp_server-0.0.18.dist-info}/RECORD +7 -7
- {awslabs_s3_tables_mcp_server-0.0.16.dist-info → awslabs_s3_tables_mcp_server-0.0.18.dist-info}/WHEEL +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16.dist-info → awslabs_s3_tables_mcp_server-0.0.18.dist-info}/entry_points.txt +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16.dist-info → awslabs_s3_tables_mcp_server-0.0.18.dist-info}/licenses/LICENSE +0 -0
- {awslabs_s3_tables_mcp_server-0.0.16.dist-info → awslabs_s3_tables_mcp_server-0.0.18.dist-info}/licenses/NOTICE +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.18
|
|
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
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
awslabs/__init__.py,sha256=S-EDeDHGZzllMFhAeuJx_47fv85t2OUMOcsOisD5d_8,796
|
|
2
|
-
awslabs/s3_tables_mcp_server/__init__.py,sha256=
|
|
2
|
+
awslabs/s3_tables_mcp_server/__init__.py,sha256=lUoH9ncHP2lJeBHTBeYjKMY8Lv2ixYlS3zd9q0ZdF6o,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=XHp_OwMblqbkd051Ctro4yIZnsre4Ea6A5pVvK_UqKc,1659
|
|
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=QJP-ddetCIqChPC6vz2_sz2RlEsSz6WJqHmSO4fOCrc,7167
|
|
19
|
-
awslabs_s3_tables_mcp_server-0.0.
|
|
20
|
-
awslabs_s3_tables_mcp_server-0.0.
|
|
21
|
-
awslabs_s3_tables_mcp_server-0.0.
|
|
22
|
-
awslabs_s3_tables_mcp_server-0.0.
|
|
23
|
-
awslabs_s3_tables_mcp_server-0.0.
|
|
24
|
-
awslabs_s3_tables_mcp_server-0.0.
|
|
19
|
+
awslabs_s3_tables_mcp_server-0.0.18.dist-info/METADATA,sha256=TzViQdZJQLtI_7QtPviDuoiHfrwfoLhyDXK8uDMV4r4,12419
|
|
20
|
+
awslabs_s3_tables_mcp_server-0.0.18.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
21
|
+
awslabs_s3_tables_mcp_server-0.0.18.dist-info/entry_points.txt,sha256=WRA45Bi2dVY5hskxkka_e7BAGRqG1KiW3ImTBnHSyLs,90
|
|
22
|
+
awslabs_s3_tables_mcp_server-0.0.18.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
|
23
|
+
awslabs_s3_tables_mcp_server-0.0.18.dist-info/licenses/NOTICE,sha256=jm-1A_8i-wl7KYs2Ynj2A29vXWJCMKLHmGfy4P_B51Y,96
|
|
24
|
+
awslabs_s3_tables_mcp_server-0.0.18.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|