awslabs.finch-mcp-server 0.1.5__py3-none-any.whl → 0.1.8__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.
@@ -14,4 +14,4 @@
14
14
 
15
15
  """awslabs.finch-mcp-server"""
16
16
 
17
- __version__ = '0.1.5'
17
+ __version__ = '0.1.8'
@@ -76,7 +76,6 @@ def create_ecr_repository(
76
76
 
77
77
  response = ecr_client.create_repository(
78
78
  repositoryName=repository_name,
79
- imageScanningConfiguration={'scanOnPush': True},
80
79
  imageTagMutability='IMMUTABLE',
81
80
  )
82
81
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: awslabs.finch-mcp-server
3
- Version: 0.1.5
3
+ Version: 0.1.8
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/
@@ -83,6 +83,35 @@ By default, the server runs in a mode that prevents the creation of new AWS reso
83
83
  }
84
84
  }
85
85
  ```
86
+ ### Windows Installation
87
+
88
+ For Windows users, the MCP server configuration format is slightly different:
89
+
90
+ ```json
91
+ {
92
+ "mcpServers": {
93
+ "awslabs.finch-mcp-server": {
94
+ "disabled": false,
95
+ "timeout": 60,
96
+ "type": "stdio",
97
+ "command": "uv",
98
+ "args": [
99
+ "tool",
100
+ "run",
101
+ "--from",
102
+ "awslabs.finch-mcp-server@latest",
103
+ "awslabs.finch-mcp-server.exe"
104
+ ],
105
+ "env": {
106
+ "FASTMCP_LOG_LEVEL": "ERROR",
107
+ "AWS_PROFILE": "your-aws-profile",
108
+ "AWS_REGION": "us-east-1"
109
+ }
110
+ }
111
+ }
112
+ }
113
+ ```
114
+
86
115
 
87
116
  In this default mode:
88
117
  - The `finch_build_container_image` tools will work normally
@@ -160,7 +189,9 @@ Example:
160
189
 
161
190
  Check if an ECR repository exists and create it if it doesn't.
162
191
 
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 scan on push enabled and immutable tags for enhanced security. The tool requires appropriate AWS credentials configured.
192
+ 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.
193
+
194
+ **Note:** The scan on push option is disabled in the mcp tool in favour of intentionally set by the user.
164
195
 
165
196
  **Note:** When the server is running in readonly mode, this tool will return an error and will not create any AWS resources.
166
197
 
@@ -202,6 +233,11 @@ Example:
202
233
  - **Resource Management**: Regularly clean up unused images and containers to free up disk space.
203
234
  - **Version Control**: Keep track of image versions and tags to ensure reproducibility.
204
235
  - **Error Handling**: Implement proper error handling in your applications when using these tools.
236
+ - **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:
237
+ ```bash
238
+ aws ecr put-registry-scanning-configuration --scan-type ENHANCED --rules "[{\"scanFrequency\":\"SCAN_ON_PUSH\",\"repositoryFilters\":[{\"filter\":\"*\",\"filterType\":\"WILDCARD\"}]}]"
239
+ ```
240
+ For more information, see [ECR PutRegistryScanningConfiguration documentation](https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_PutRegistryScanningConfiguration.html).
205
241
 
206
242
 
207
243
  ## Logging
@@ -1,17 +1,17 @@
1
1
  awslabs/__init__.py,sha256=-pACKy0qlm5jBycQx_UdX7y03PRTO7uKL1QzktCS2rE,655
2
- awslabs/finch_mcp_server/__init__.py,sha256=znLORWkOSKzAcfkg4RLd1tlBqJMlr0Lf4f4898hrEqE,670
2
+ awslabs/finch_mcp_server/__init__.py,sha256=ioRYKeRJWvWDM6oMBg7Ays2lRrXtF4uBKmSMAAZi5lc,670
3
3
  awslabs/finch_mcp_server/consts.py,sha256=oBl88dX-cSiZCPdlGaSTNtc5oIlleYEviO0sYnzYZXM,1610
4
4
  awslabs/finch_mcp_server/models.py,sha256=RrQpjBIKM3Mu2RYKr9zZv66ZdSt63lygjRWlGyUmxtY,1294
5
5
  awslabs/finch_mcp_server/server.py,sha256=yU4DTViNLKsP37sj-iyTTrb8V90e21r_o0NDqXFzjpE,20865
6
6
  awslabs/finch_mcp_server/utils/__init__.py,sha256=IZiJBNmbi0xUOH0s7ZBIWFuOWoRqdauvE2ibEwUQuXU,746
7
7
  awslabs/finch_mcp_server/utils/build.py,sha256=2xVkfJpm0_b4tW_8moInNbXkqgBOexsH9bSWudpqZCA,5260
8
8
  awslabs/finch_mcp_server/utils/common.py,sha256=OFPZT5B4cfrWWLB1TM_YiQ8p6FAGPDSbKu8IgDkzoWU,6225
9
- awslabs/finch_mcp_server/utils/ecr.py,sha256=hB4Oy5HUmF85vxLI6EsQ5Gn8WyA11WAyiWaRy8z8hNQ,3867
9
+ awslabs/finch_mcp_server/utils/ecr.py,sha256=a_SRraWy8N5CUMfrSCQFVR5IPBNufkr47IsB2-vPhPk,3806
10
10
  awslabs/finch_mcp_server/utils/push.py,sha256=ZJYtIT5DrA07i7vTn5aPafSkoTBo4Yq05TqtplxyI0A,4680
11
11
  awslabs/finch_mcp_server/utils/vm.py,sha256=GD8zBAxkkYzZgSM-FgM0sJCkw5XVYsCDSdNQcjLMaYo,16188
12
- awslabs_finch_mcp_server-0.1.5.dist-info/METADATA,sha256=zUof8z9_Dy9kZnT-pMT3-_iUFK5yd3q_1oZpMXELDmM,12353
13
- awslabs_finch_mcp_server-0.1.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
- awslabs_finch_mcp_server-0.1.5.dist-info/entry_points.txt,sha256=4fJNznnCPk2jY2ztTYAvEpLeYXcS3wDkgx2gAYdezPY,82
15
- awslabs_finch_mcp_server-0.1.5.dist-info/licenses/LICENSE,sha256=UOZ1F5fFDe3XXvG4oNnkL1-Ecun7zpHzRxjp-XsMeAo,11324
16
- awslabs_finch_mcp_server-0.1.5.dist-info/licenses/NOTICE,sha256=W4rmEHanXgUYNeoEh6oB-pfuI1RtX4XIvX067GmL-i0,92
17
- awslabs_finch_mcp_server-0.1.5.dist-info/RECORD,,
12
+ awslabs_finch_mcp_server-0.1.8.dist-info/METADATA,sha256=JTk_wYHVWxZ6pjw-0FTqcu3bBVQZD2hiGSbzU_Hv0Bo,13640
13
+ awslabs_finch_mcp_server-0.1.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
+ awslabs_finch_mcp_server-0.1.8.dist-info/entry_points.txt,sha256=4fJNznnCPk2jY2ztTYAvEpLeYXcS3wDkgx2gAYdezPY,82
15
+ awslabs_finch_mcp_server-0.1.8.dist-info/licenses/LICENSE,sha256=UOZ1F5fFDe3XXvG4oNnkL1-Ecun7zpHzRxjp-XsMeAo,11324
16
+ awslabs_finch_mcp_server-0.1.8.dist-info/licenses/NOTICE,sha256=W4rmEHanXgUYNeoEh6oB-pfuI1RtX4XIvX067GmL-i0,92
17
+ awslabs_finch_mcp_server-0.1.8.dist-info/RECORD,,