awslabs.eks-mcp-server 0.1.18__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.18 → awslabs_eks_mcp_server-0.1.19}/Dockerfile +2 -2
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/PKG-INFO +12 -11
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/README.md +11 -10
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/__init__.py +1 -1
- {awslabs_eks_mcp_server-0.1.18 → 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.18 → awslabs_eks_mcp_server-0.1.19}/pyproject.toml +1 -1
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/uv.lock +4 -4
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/.gitignore +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/.python-version +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/CHANGELOG.md +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/LICENSE +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/NOTICE +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/__init__.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/aws_helper.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/cloudwatch_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/cloudwatch_metrics_guidance_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/consts.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → 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.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/eks_kb_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/eks_stack_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/iam_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/insights_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_apis.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_client_cache.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/logging_helper.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/models.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → 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.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/server.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/templates/k8s-templates/deployment.yaml +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/templates/k8s-templates/service.yaml +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/vpc_config_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/docker-healthcheck.sh +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_aws_helper.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_metrics_guidance_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_kb_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_stack_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_iam_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_init.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_insights_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_apis.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_client_cache.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_logging_helper.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_main.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_models.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_server.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_vpc_config_handler.py +0 -0
- {awslabs_eks_mcp_server-0.1.18 → 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" },
|
|
@@ -1813,11 +1813,11 @@ wheels = [
|
|
|
1813
1813
|
|
|
1814
1814
|
[[package]]
|
|
1815
1815
|
name = "urllib3"
|
|
1816
|
-
version = "2.6.
|
|
1816
|
+
version = "2.6.3"
|
|
1817
1817
|
source = { registry = "https://pypi.org/simple" }
|
|
1818
|
-
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" }
|
|
1819
1819
|
wheels = [
|
|
1820
|
-
{ 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" },
|
|
1821
1821
|
]
|
|
1822
1822
|
|
|
1823
1823
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_eks_mcp_server-0.1.18 → 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.18 → 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.18 → 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.18 → 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.18 → 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.18 → 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.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_kb_handler.py
RENAMED
|
File without changes
|
{awslabs_eks_mcp_server-0.1.18 → 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.18 → 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.18 → 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.18 → 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.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_vpc_config_handler.py
RENAMED
|
File without changes
|
|
File without changes
|