awslabs.s3-tables-mcp-server 0.0.16__py3-none-any.whl → 0.0.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.
@@ -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.16'
18
+ __version__ = '0.0.17'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.s3-tables-mcp-server
3
- Version: 0.0.16
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
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.s3-tables-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuczMtdGFibGVzLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoieW91ci1hd3MtcHJvZmlsZSIsIkFXU19SRUdJT04iOiJ1cy1lYXN0LTEifX0%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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
+ | [![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](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) | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.s3-tables-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuczMtdGFibGVzLW1jcC1zZXJ2ZXJAbGF0ZXN0IiwiZW52Ijp7IkFXU19QUk9GSUxFIjoieW91ci1hd3MtcHJvZmlsZSIsIkFXU19SRUdJT04iOiJ1cy1lYXN0LTEifX0%3D) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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 Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):
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 Amazon Q with S3 Tables MCP Server
236
+ ## Using Kiro with S3 Tables MCP Server
237
237
 
238
- Amazon Q can provide better answers and code suggestions when it has additional context. To enhance Amazon Q's understanding of S3 Tables, you can add the provided context file to your Q environment.
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 Amazon Q
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 Amazon Q Chat**
246
- - Run the following command to start a chat session with Amazon Q:
245
+ 2. **Start Kiro CLI**
246
+ - Run the following command to start a chat session with Kiro:
247
247
  ```sh
248
- q chat
248
+ kiro-cli chat
249
249
  ```
250
250
 
251
251
  3. **Add the Context File**
252
- - In the Q chat, run:
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, Amazon Q will have improved context about S3 Tables and can provide more relevant answers.
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=b6NWji3tLZyMT13zvIlRZr6c2yBzDstY2X7CZkv2dGM,755
2
+ awslabs/s3_tables_mcp_server/__init__.py,sha256=jEVjrGuWcR1oWsmkeRj2YsWNYczXO7jPghG4g0iur0I,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.16.dist-info/METADATA,sha256=SckY_hqIRyOqCdKGu0WfMQnW9b1v14hUHfKU5Gb2nbQ,12098
20
- awslabs_s3_tables_mcp_server-0.0.16.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
21
- awslabs_s3_tables_mcp_server-0.0.16.dist-info/entry_points.txt,sha256=WRA45Bi2dVY5hskxkka_e7BAGRqG1KiW3ImTBnHSyLs,90
22
- awslabs_s3_tables_mcp_server-0.0.16.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
23
- awslabs_s3_tables_mcp_server-0.0.16.dist-info/licenses/NOTICE,sha256=jm-1A_8i-wl7KYs2Ynj2A29vXWJCMKLHmGfy4P_B51Y,96
24
- awslabs_s3_tables_mcp_server-0.0.16.dist-info/RECORD,,
19
+ awslabs_s3_tables_mcp_server-0.0.17.dist-info/METADATA,sha256=q15Iytf4mrv8uusXAM9iR0a2sa3ZwbGvHHk7I7YnEiM,12419
20
+ awslabs_s3_tables_mcp_server-0.0.17.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
21
+ awslabs_s3_tables_mcp_server-0.0.17.dist-info/entry_points.txt,sha256=WRA45Bi2dVY5hskxkka_e7BAGRqG1KiW3ImTBnHSyLs,90
22
+ awslabs_s3_tables_mcp_server-0.0.17.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
23
+ awslabs_s3_tables_mcp_server-0.0.17.dist-info/licenses/NOTICE,sha256=jm-1A_8i-wl7KYs2Ynj2A29vXWJCMKLHmGfy4P_B51Y,96
24
+ awslabs_s3_tables_mcp_server-0.0.17.dist-info/RECORD,,