awslabs.eks-mcp-server 0.1.17__tar.gz → 0.1.19__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_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/Dockerfile +2 -2
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/PKG-INFO +12 -11
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/README.md +11 -10
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/__init__.py +1 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/__init__.py +1 -1
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/templates/eks-templates/eks-with-vpc.yaml +6 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/pyproject.toml +1 -1
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/uv.lock +23 -22
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/.gitignore +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/.python-version +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/CHANGELOG.md +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/LICENSE +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/NOTICE +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/aws_helper.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/cloudwatch_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/cloudwatch_metrics_guidance_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/consts.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/data/eks_cloudwatch_metrics_guidance.json +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/eks_kb_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/eks_stack_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/iam_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/insights_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_apis.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_client_cache.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/logging_helper.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/models.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/scripts/update_eks_cloudwatch_metrics_guidance.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/server.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/templates/k8s-templates/deployment.yaml +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/templates/k8s-templates/service.yaml +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/vpc_config_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/docker-healthcheck.sh +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_aws_helper.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_metrics_guidance_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_kb_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_stack_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_iam_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_init.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_insights_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_apis.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_client_cache.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_logging_helper.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_main.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_models.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_server.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_vpc_config_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/uv-requirements.txt +0 -0
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
15
|
# dependabot should continue to update this to the latest hash.
|
|
16
|
-
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:
|
|
16
|
+
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:e7e041128ffc3e3600509f508e44d34ab08ff432bdb62ec508d01dfc5ca459f7 AS uv
|
|
17
17
|
|
|
18
18
|
# Install the project into `/app`
|
|
19
19
|
WORKDIR /app
|
|
@@ -61,7 +61,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|
|
61
61
|
# Make the directory just in case it doesn't exist
|
|
62
62
|
RUN mkdir -p /root/.local
|
|
63
63
|
|
|
64
|
-
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:
|
|
64
|
+
FROM public.ecr.aws/docker/library/python:3.13-alpine@sha256:e7e041128ffc3e3600509f508e44d34ab08ff432bdb62ec508d01dfc5ca459f7
|
|
65
65
|
|
|
66
66
|
# Place executables in the environment at the front of the path and include other binaries
|
|
67
67
|
ENV PATH="/app/.venv/bin:$PATH" \
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.eks-mcp-server
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.19
|
|
4
4
|
Summary: An AWS Labs Model Context Protocol (MCP) server for EKS
|
|
5
5
|
Project-URL: homepage, https://awslabs.github.io/mcp/
|
|
6
6
|
Project-URL: docs, https://awslabs.github.io/mcp/servers/eks-mcp-server/
|
|
@@ -127,18 +127,21 @@ If you encounter authorization errors when using Kubernetes API operations, veri
|
|
|
127
127
|
|
|
128
128
|
## Quickstart
|
|
129
129
|
|
|
130
|
-
This quickstart guide walks you through the steps to configure the Amazon EKS MCP Server for use with
|
|
130
|
+
This quickstart guide walks you through the steps to configure the Amazon EKS MCP Server for use with Kiro, Cursor, and other AI coding assistants. By following these steps, you'll setup your development environment to leverage the EKS MCP Server's tools for managing your Amazon EKS clusters and Kubernetes resources.
|
|
131
131
|
|
|
132
|
-
**Set up
|
|
132
|
+
**Set up your IDE**
|
|
133
133
|
|
|
134
|
-
| Cursor | VS Code |
|
|
135
|
-
|
|
136
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.eks-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwiY29tbWFuZCI6InV2eCBhd3NsYWJzLmVrcy1tY3Atc2VydmVyQGxhdGVzdCAtLWFsbG93LXdyaXRlIC0tYWxsb3ctc2Vuc2l0aXZlLWRhdGEtYWNjZXNzIiwiZW52Ijp7IkZBU1RNQ1BfTE9HX0xFVkVMIjoiRVJST1IifSwidHJhbnNwb3J0VHlwZSI6InN0ZGlvIn0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=EKS%20MCP%20Server&config=%7B%22autoApprove%22%3A%5B%5D%2C%22disabled%22%3Afalse%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.eks-mcp-server%40latest%22%2C%22--allow-write%22%2C%22--allow-sensitive-data-access%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22transportType%22%3A%22stdio%22%7D) |
|
|
134
|
+
| Kiro | Cursor | VS Code |
|
|
135
|
+
|:----:|:------:|:-------:|
|
|
136
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.eks-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.eks-mcp-server%40latest%22%2C%22--allow-write%22%2C%22--allow-sensitive-data-access%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.eks-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwiY29tbWFuZCI6InV2eCBhd3NsYWJzLmVrcy1tY3Atc2VydmVyQGxhdGVzdCAtLWFsbG93LXdyaXRlIC0tYWxsb3ctc2Vuc2l0aXZlLWRhdGEtYWNjZXNzIiwiZW52Ijp7IkZBU1RNQ1BfTE9HX0xFVkVMIjoiRVJST1IifSwidHJhbnNwb3J0VHlwZSI6InN0ZGlvIn0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=EKS%20MCP%20Server&config=%7B%22autoApprove%22%3A%5B%5D%2C%22disabled%22%3Afalse%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.eks-mcp-server%40latest%22%2C%22--allow-write%22%2C%22--allow-sensitive-data-access%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22transportType%22%3A%22stdio%22%7D) |
|
|
137
137
|
|
|
138
|
-
**Set up
|
|
138
|
+
**Set up Kiro**
|
|
139
139
|
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
See the [Kiro IDE documentation](https://kiro.dev/docs/mcp/configuration/) or the [Kiro CLI documentation](https://kiro.dev/docs/cli/mcp/configuration/) for details.
|
|
141
|
+
|
|
142
|
+
For global configuration, edit `~/.kiro/settings/mcp.json`. For project-specific configuration, edit `.kiro/settings/mcp.json` in your project directory.
|
|
143
|
+
|
|
144
|
+
Verify your setup by running the `/tools` command in the Kiro CLI to see the available EKS MCP tools.
|
|
142
145
|
|
|
143
146
|
The example below includes both the `--allow-write` flag for mutating operations and the `--allow-sensitive-data-access` flag for accessing logs and events (see the Arguments section for more details):
|
|
144
147
|
|
|
@@ -188,8 +191,6 @@ The example below includes both the `--allow-write` flag for mutating operations
|
|
|
188
191
|
}
|
|
189
192
|
```
|
|
190
193
|
|
|
191
|
-
3. Verify your setup by running the `/tools` command in the Q Developer CLI to see the available EKS MCP tools.
|
|
192
|
-
|
|
193
194
|
Note that this is a basic quickstart. You can enable additional capabilities, such as [running MCP servers in containers](https://github.com/awslabs/mcp?tab=readme-ov-file#running-mcp-servers-in-containers) or combining more MCP servers like the [AWS Documentation MCP Server](https://awslabs.github.io/mcp/servers/aws-documentation-mcp-server/) into a single MCP server definition. To view an example, see the [Installation and Setup](https://github.com/awslabs/mcp?tab=readme-ov-file#installation-and-setup) guide in AWS MCP Servers on GitHub. To view a real-world implementation with application code in context with an MCP server, see the [Server Developer](https://modelcontextprotocol.io/quickstart/server) guide in Anthropic documentation.
|
|
194
195
|
|
|
195
196
|
## Configurations
|
|
@@ -93,18 +93,21 @@ If you encounter authorization errors when using Kubernetes API operations, veri
|
|
|
93
93
|
|
|
94
94
|
## Quickstart
|
|
95
95
|
|
|
96
|
-
This quickstart guide walks you through the steps to configure the Amazon EKS MCP Server for use with
|
|
96
|
+
This quickstart guide walks you through the steps to configure the Amazon EKS MCP Server for use with Kiro, Cursor, and other AI coding assistants. By following these steps, you'll setup your development environment to leverage the EKS MCP Server's tools for managing your Amazon EKS clusters and Kubernetes resources.
|
|
97
97
|
|
|
98
|
-
**Set up
|
|
98
|
+
**Set up your IDE**
|
|
99
99
|
|
|
100
|
-
| Cursor | VS Code |
|
|
101
|
-
|
|
102
|
-
| [](https://cursor.com/en/install-mcp?name=awslabs.eks-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwiY29tbWFuZCI6InV2eCBhd3NsYWJzLmVrcy1tY3Atc2VydmVyQGxhdGVzdCAtLWFsbG93LXdyaXRlIC0tYWxsb3ctc2Vuc2l0aXZlLWRhdGEtYWNjZXNzIiwiZW52Ijp7IkZBU1RNQ1BfTE9HX0xFVkVMIjoiRVJST1IifSwidHJhbnNwb3J0VHlwZSI6InN0ZGlvIn0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=EKS%20MCP%20Server&config=%7B%22autoApprove%22%3A%5B%5D%2C%22disabled%22%3Afalse%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.eks-mcp-server%40latest%22%2C%22--allow-write%22%2C%22--allow-sensitive-data-access%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22transportType%22%3A%22stdio%22%7D) |
|
|
100
|
+
| Kiro | Cursor | VS Code |
|
|
101
|
+
|:----:|:------:|:-------:|
|
|
102
|
+
| [](https://kiro.dev/launch/mcp/add?name=awslabs.eks-mcp-server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.eks-mcp-server%40latest%22%2C%22--allow-write%22%2C%22--allow-sensitive-data-access%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%7D) | [](https://cursor.com/en/install-mcp?name=awslabs.eks-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwiY29tbWFuZCI6InV2eCBhd3NsYWJzLmVrcy1tY3Atc2VydmVyQGxhdGVzdCAtLWFsbG93LXdyaXRlIC0tYWxsb3ctc2Vuc2l0aXZlLWRhdGEtYWNjZXNzIiwiZW52Ijp7IkZBU1RNQ1BfTE9HX0xFVkVMIjoiRVJST1IifSwidHJhbnNwb3J0VHlwZSI6InN0ZGlvIn0%3D) | [](https://insiders.vscode.dev/redirect/mcp/install?name=EKS%20MCP%20Server&config=%7B%22autoApprove%22%3A%5B%5D%2C%22disabled%22%3Afalse%2C%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.eks-mcp-server%40latest%22%2C%22--allow-write%22%2C%22--allow-sensitive-data-access%22%5D%2C%22env%22%3A%7B%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%7D%2C%22transportType%22%3A%22stdio%22%7D) |
|
|
103
103
|
|
|
104
|
-
**Set up
|
|
104
|
+
**Set up Kiro**
|
|
105
105
|
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
See the [Kiro IDE documentation](https://kiro.dev/docs/mcp/configuration/) or the [Kiro CLI documentation](https://kiro.dev/docs/cli/mcp/configuration/) for details.
|
|
107
|
+
|
|
108
|
+
For global configuration, edit `~/.kiro/settings/mcp.json`. For project-specific configuration, edit `.kiro/settings/mcp.json` in your project directory.
|
|
109
|
+
|
|
110
|
+
Verify your setup by running the `/tools` command in the Kiro CLI to see the available EKS MCP tools.
|
|
108
111
|
|
|
109
112
|
The example below includes both the `--allow-write` flag for mutating operations and the `--allow-sensitive-data-access` flag for accessing logs and events (see the Arguments section for more details):
|
|
110
113
|
|
|
@@ -154,8 +157,6 @@ The example below includes both the `--allow-write` flag for mutating operations
|
|
|
154
157
|
}
|
|
155
158
|
```
|
|
156
159
|
|
|
157
|
-
3. Verify your setup by running the `/tools` command in the Q Developer CLI to see the available EKS MCP tools.
|
|
158
|
-
|
|
159
160
|
Note that this is a basic quickstart. You can enable additional capabilities, such as [running MCP servers in containers](https://github.com/awslabs/mcp?tab=readme-ov-file#running-mcp-servers-in-containers) or combining more MCP servers like the [AWS Documentation MCP Server](https://awslabs.github.io/mcp/servers/aws-documentation-mcp-server/) into a single MCP server definition. To view an example, see the [Installation and Setup](https://github.com/awslabs/mcp?tab=readme-ov-file#installation-and-setup) guide in AWS MCP Servers on GitHub. To view a real-world implementation with application code in context with an MCP server, see the [Server Developer](https://modelcontextprotocol.io/quickstart/server) guide in Anthropic documentation.
|
|
160
161
|
|
|
161
162
|
## Configurations
|
|
@@ -322,6 +322,12 @@ Resources:
|
|
|
322
322
|
GroupDescription: Cluster communication with worker nodes
|
|
323
323
|
VpcId:
|
|
324
324
|
Ref: VPC
|
|
325
|
+
Metadata:
|
|
326
|
+
cfn_nag:
|
|
327
|
+
rules_to_suppress:
|
|
328
|
+
- id: "F1000"
|
|
329
|
+
reason: "This security group intentionally relies on the EC2 default allow-all egress rule. It is used for EKS control plane communication with worker nodes, while outbound access is constrained through VPC design (private subnets, routing, and VPC endpoints) rather than per-security-group egress rules."
|
|
330
|
+
|
|
325
331
|
|
|
326
332
|
# EKS Cluster IAM Role with required policies for Auto Mode
|
|
327
333
|
EksClusterRole:
|
|
@@ -46,7 +46,7 @@ wheels = [
|
|
|
46
46
|
|
|
47
47
|
[[package]]
|
|
48
48
|
name = "awslabs-eks-mcp-server"
|
|
49
|
-
version = "0.1.
|
|
49
|
+
version = "0.1.19"
|
|
50
50
|
source = { editable = "." }
|
|
51
51
|
dependencies = [
|
|
52
52
|
{ name = "boto3" },
|
|
@@ -123,30 +123,30 @@ wheels = [
|
|
|
123
123
|
|
|
124
124
|
[[package]]
|
|
125
125
|
name = "boto3"
|
|
126
|
-
version = "1.
|
|
126
|
+
version = "1.42.17"
|
|
127
127
|
source = { registry = "https://pypi.org/simple" }
|
|
128
128
|
dependencies = [
|
|
129
129
|
{ name = "botocore" },
|
|
130
130
|
{ name = "jmespath" },
|
|
131
131
|
{ name = "s3transfer" },
|
|
132
132
|
]
|
|
133
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
133
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8d/cf/6e4a794e73cbf3e774ec27a5acc8442ce55d97cfc5226a20c1f58d8aee16/boto3-1.42.17.tar.gz", hash = "sha256:8a2e345e96d5ceba755c55539c93f99705f403fbfdeef2e838eabdc56750828b", size = 112776, upload-time = "2025-12-26T20:33:38.289Z" }
|
|
134
134
|
wheels = [
|
|
135
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
135
|
+
{ url = "https://files.pythonhosted.org/packages/6c/53/9f4241152eb1f5a57351232c14ef411ef35fbcc1d97a63873235d0503a8a/boto3-1.42.17-py3-none-any.whl", hash = "sha256:e0ee40f7102712452f6776af891c8f49b5ae9133bdaf22711d6f4a78963c2614", size = 140572, upload-time = "2025-12-26T20:33:36.307Z" },
|
|
136
136
|
]
|
|
137
137
|
|
|
138
138
|
[[package]]
|
|
139
139
|
name = "botocore"
|
|
140
|
-
version = "1.
|
|
140
|
+
version = "1.42.17"
|
|
141
141
|
source = { registry = "https://pypi.org/simple" }
|
|
142
142
|
dependencies = [
|
|
143
143
|
{ name = "jmespath" },
|
|
144
144
|
{ name = "python-dateutil" },
|
|
145
145
|
{ name = "urllib3" },
|
|
146
146
|
]
|
|
147
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
147
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4d/d2/128e2d8b9d426bd3a339e7dcf3eedca55f449af121604b6891ae80f6be9a/botocore-1.42.17.tar.gz", hash = "sha256:d73fe22c8e1497e4d59ff7dc68eb05afac68a4a6457656811562285d6132bc04", size = 14911757, upload-time = "2025-12-26T20:33:27.641Z" }
|
|
148
148
|
wheels = [
|
|
149
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
149
|
+
{ url = "https://files.pythonhosted.org/packages/d1/47/cc00f2421f49784de8b9113c94b7b6580db989721f5109a24b9108308fe1/botocore-1.42.17-py3-none-any.whl", hash = "sha256:a832e4c04e63141221480967e9e511363aa54d24c405935fccb913a18583c96b", size = 14586536, upload-time = "2025-12-26T20:33:24.032Z" },
|
|
150
150
|
]
|
|
151
151
|
|
|
152
152
|
[[package]]
|
|
@@ -626,11 +626,11 @@ wheels = [
|
|
|
626
626
|
|
|
627
627
|
[[package]]
|
|
628
628
|
name = "filelock"
|
|
629
|
-
version = "3.20.
|
|
629
|
+
version = "3.20.1"
|
|
630
630
|
source = { registry = "https://pypi.org/simple" }
|
|
631
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
631
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a7/23/ce7a1126827cedeb958fc043d61745754464eb56c5937c35bbf2b8e26f34/filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c", size = 19476, upload-time = "2025-12-15T23:54:28.027Z" }
|
|
632
632
|
wheels = [
|
|
633
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
633
|
+
{ url = "https://files.pythonhosted.org/packages/e3/7f/a1a97644e39e7316d850784c642093c99df1290a460df4ede27659056834/filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a", size = 16666, upload-time = "2025-12-15T23:54:26.874Z" },
|
|
634
634
|
]
|
|
635
635
|
|
|
636
636
|
[[package]]
|
|
@@ -770,12 +770,13 @@ wheels = [
|
|
|
770
770
|
|
|
771
771
|
[[package]]
|
|
772
772
|
name = "kubernetes"
|
|
773
|
-
version = "
|
|
773
|
+
version = "33.1.0"
|
|
774
774
|
source = { registry = "https://pypi.org/simple" }
|
|
775
775
|
dependencies = [
|
|
776
776
|
{ name = "certifi" },
|
|
777
777
|
{ name = "durationpy" },
|
|
778
778
|
{ name = "google-auth" },
|
|
779
|
+
{ name = "oauthlib" },
|
|
779
780
|
{ name = "python-dateutil" },
|
|
780
781
|
{ name = "pyyaml" },
|
|
781
782
|
{ name = "requests" },
|
|
@@ -784,9 +785,9 @@ dependencies = [
|
|
|
784
785
|
{ name = "urllib3" },
|
|
785
786
|
{ name = "websocket-client" },
|
|
786
787
|
]
|
|
787
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
788
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ae/52/19ebe8004c243fdfa78268a96727c71e08f00ff6fe69a301d0b7fcbce3c2/kubernetes-33.1.0.tar.gz", hash = "sha256:f64d829843a54c251061a8e7a14523b521f2dc5c896cf6d65ccf348648a88993", size = 1036779, upload-time = "2025-06-09T21:57:58.521Z" }
|
|
788
789
|
wheels = [
|
|
789
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
790
|
+
{ url = "https://files.pythonhosted.org/packages/89/43/d9bebfc3db7dea6ec80df5cb2aad8d274dd18ec2edd6c4f21f32c237cbbb/kubernetes-33.1.0-py2.py3-none-any.whl", hash = "sha256:544de42b24b64287f7e0aa9513c93cb503f7f40eea39b20f66810011a86eabc5", size = 1941335, upload-time = "2025-06-09T21:57:56.327Z" },
|
|
790
791
|
]
|
|
791
792
|
|
|
792
793
|
[[package]]
|
|
@@ -1636,14 +1637,14 @@ wheels = [
|
|
|
1636
1637
|
|
|
1637
1638
|
[[package]]
|
|
1638
1639
|
name = "s3transfer"
|
|
1639
|
-
version = "0.
|
|
1640
|
+
version = "0.16.0"
|
|
1640
1641
|
source = { registry = "https://pypi.org/simple" }
|
|
1641
1642
|
dependencies = [
|
|
1642
1643
|
{ name = "botocore" },
|
|
1643
1644
|
]
|
|
1644
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1645
|
+
sdist = { url = "https://files.pythonhosted.org/packages/05/04/74127fc843314818edfa81b5540e26dd537353b123a4edc563109d8f17dd/s3transfer-0.16.0.tar.gz", hash = "sha256:8e990f13268025792229cd52fa10cb7163744bf56e719e0b9cb925ab79abf920", size = 153827, upload-time = "2025-12-01T02:30:59.114Z" }
|
|
1645
1646
|
wheels = [
|
|
1646
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1647
|
+
{ url = "https://files.pythonhosted.org/packages/fc/51/727abb13f44c1fcf6d145979e1535a35794db0f6e450a0cb46aa24732fe2/s3transfer-0.16.0-py3-none-any.whl", hash = "sha256:18e25d66fed509e3868dc1572b3f427ff947dd2c56f844a5bf09481ad3f3b2fe", size = 86830, upload-time = "2025-12-01T02:30:57.729Z" },
|
|
1647
1648
|
]
|
|
1648
1649
|
|
|
1649
1650
|
[[package]]
|
|
@@ -1696,15 +1697,15 @@ wheels = [
|
|
|
1696
1697
|
|
|
1697
1698
|
[[package]]
|
|
1698
1699
|
name = "starlette"
|
|
1699
|
-
version = "0.
|
|
1700
|
+
version = "0.50.0"
|
|
1700
1701
|
source = { registry = "https://pypi.org/simple" }
|
|
1701
1702
|
dependencies = [
|
|
1702
1703
|
{ name = "anyio" },
|
|
1703
1704
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
1704
1705
|
]
|
|
1705
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1706
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ba/b8/73a0e6a6e079a9d9cfa64113d771e421640b6f679a52eeb9b32f72d871a1/starlette-0.50.0.tar.gz", hash = "sha256:a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca", size = 2646985, upload-time = "2025-11-01T15:25:27.516Z" }
|
|
1706
1707
|
wheels = [
|
|
1707
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1708
|
+
{ url = "https://files.pythonhosted.org/packages/d9/52/1064f510b141bd54025f9b55105e26d1fa970b9be67ad766380a3c9b74b0/starlette-0.50.0-py3-none-any.whl", hash = "sha256:9e5391843ec9b6e472eed1365a78c8098cfceb7a74bfd4d6b1c0c0095efb3bca", size = 74033, upload-time = "2025-11-01T15:25:25.461Z" },
|
|
1708
1709
|
]
|
|
1709
1710
|
|
|
1710
1711
|
[[package]]
|
|
@@ -1812,11 +1813,11 @@ wheels = [
|
|
|
1812
1813
|
|
|
1813
1814
|
[[package]]
|
|
1814
1815
|
name = "urllib3"
|
|
1815
|
-
version = "2.3
|
|
1816
|
+
version = "2.6.3"
|
|
1816
1817
|
source = { registry = "https://pypi.org/simple" }
|
|
1817
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1818
|
+
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" }
|
|
1818
1819
|
wheels = [
|
|
1819
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1820
|
+
{ 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" },
|
|
1820
1821
|
]
|
|
1821
1822
|
|
|
1822
1823
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/aws_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/consts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_apis.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/models.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/server.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_kb_handler.py
RENAMED
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_stack_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_insights_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_client_cache.py
RENAMED
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_logging_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_vpc_config_handler.py
RENAMED
|
File without changes
|
|
File without changes
|