awslabs.finch-mcp-server 0.1.5__tar.gz → 0.1.6__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_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/PKG-INFO +9 -2
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/README.md +8 -1
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/__init__.py +1 -1
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/utils/ecr.py +0 -1
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/pyproject.toml +1 -1
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/.gitignore +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/.python-version +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/CHANGELOG.md +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/LICENSE +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/NOTICE +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/__init__.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/consts.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/models.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/server.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/utils/__init__.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/utils/build.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/utils/common.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/utils/push.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/utils/vm.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/__init__.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_cli_flags.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_logging_configuration.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_server.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_utils_build.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_utils_common.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_utils_ecr.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_utils_push.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_utils_vm.py +0 -0
- {awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.finch-mcp-server
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: A Model Context Protocol server for Finch to build and push container images
|
|
5
5
|
Project-URL: Homepage, https://awslabs.github.io/mcp/
|
|
6
6
|
Project-URL: Documentation, https://awslabs.github.io/mcp/servers/finch-mcp-server/
|
|
@@ -160,7 +160,9 @@ Example:
|
|
|
160
160
|
|
|
161
161
|
Check if an ECR repository exists and create it if it doesn't.
|
|
162
162
|
|
|
163
|
-
This tool checks if the specified ECR repository exists using boto3. If the repository doesn't exist, it creates a new one with the given name with
|
|
163
|
+
This tool checks if the specified ECR repository exists using boto3. If the repository doesn't exist, it creates a new one with the given name with immutable tags for enhanced security. The tool requires appropriate AWS credentials configured.
|
|
164
|
+
|
|
165
|
+
**Note:** The scan on push option is disabled in the mcp tool in favour of intentionally set by the user.
|
|
164
166
|
|
|
165
167
|
**Note:** When the server is running in readonly mode, this tool will return an error and will not create any AWS resources.
|
|
166
168
|
|
|
@@ -202,6 +204,11 @@ Example:
|
|
|
202
204
|
- **Resource Management**: Regularly clean up unused images and containers to free up disk space.
|
|
203
205
|
- **Version Control**: Keep track of image versions and tags to ensure reproducibility.
|
|
204
206
|
- **Error Handling**: Implement proper error handling in your applications when using these tools.
|
|
207
|
+
- **ECR Registry Scanning Configuration**: The PutImageScanningConfiguration API is being deprecated in favor of specifying image scanning configuration at the registry level. To configure registry-level scanning, use the following AWS CLI command:
|
|
208
|
+
```bash
|
|
209
|
+
aws ecr put-registry-scanning-configuration --scan-type ENHANCED --rules "[{\"scanFrequency\":\"SCAN_ON_PUSH\",\"repositoryFilters\":[{\"filter\":\"*\",\"filterType\":\"WILDCARD\"}]}]"
|
|
210
|
+
```
|
|
211
|
+
For more information, see [ECR PutRegistryScanningConfiguration documentation](https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_PutRegistryScanningConfiguration.html).
|
|
205
212
|
|
|
206
213
|
|
|
207
214
|
## Logging
|
|
@@ -130,7 +130,9 @@ Example:
|
|
|
130
130
|
|
|
131
131
|
Check if an ECR repository exists and create it if it doesn't.
|
|
132
132
|
|
|
133
|
-
This tool checks if the specified ECR repository exists using boto3. If the repository doesn't exist, it creates a new one with the given name with
|
|
133
|
+
This tool checks if the specified ECR repository exists using boto3. If the repository doesn't exist, it creates a new one with the given name with immutable tags for enhanced security. The tool requires appropriate AWS credentials configured.
|
|
134
|
+
|
|
135
|
+
**Note:** The scan on push option is disabled in the mcp tool in favour of intentionally set by the user.
|
|
134
136
|
|
|
135
137
|
**Note:** When the server is running in readonly mode, this tool will return an error and will not create any AWS resources.
|
|
136
138
|
|
|
@@ -172,6 +174,11 @@ Example:
|
|
|
172
174
|
- **Resource Management**: Regularly clean up unused images and containers to free up disk space.
|
|
173
175
|
- **Version Control**: Keep track of image versions and tags to ensure reproducibility.
|
|
174
176
|
- **Error Handling**: Implement proper error handling in your applications when using these tools.
|
|
177
|
+
- **ECR Registry Scanning Configuration**: The PutImageScanningConfiguration API is being deprecated in favor of specifying image scanning configuration at the registry level. To configure registry-level scanning, use the following AWS CLI command:
|
|
178
|
+
```bash
|
|
179
|
+
aws ecr put-registry-scanning-configuration --scan-type ENHANCED --rules "[{\"scanFrequency\":\"SCAN_ON_PUSH\",\"repositoryFilters\":[{\"filter\":\"*\",\"filterType\":\"WILDCARD\"}]}]"
|
|
180
|
+
```
|
|
181
|
+
For more information, see [ECR PutRegistryScanningConfiguration documentation](https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_PutRegistryScanningConfiguration.html).
|
|
175
182
|
|
|
176
183
|
|
|
177
184
|
## Logging
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/consts.py
RENAMED
|
File without changes
|
{awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/models.py
RENAMED
|
File without changes
|
{awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/awslabs/finch_mcp_server/server.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
|
{awslabs_finch_mcp_server-0.1.5 → awslabs_finch_mcp_server-0.1.6}/tests/test_utils_common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|