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.
Files changed (50) hide show
  1. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/Dockerfile +2 -2
  2. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/PKG-INFO +12 -11
  3. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/README.md +11 -10
  4. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/__init__.py +1 -0
  5. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/__init__.py +1 -1
  6. {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
  7. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/pyproject.toml +1 -1
  8. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/uv.lock +23 -22
  9. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/.gitignore +0 -0
  10. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/.python-version +0 -0
  11. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/CHANGELOG.md +0 -0
  12. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/LICENSE +0 -0
  13. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/NOTICE +0 -0
  14. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/aws_helper.py +0 -0
  15. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/cloudwatch_handler.py +0 -0
  16. {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
  17. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/consts.py +0 -0
  18. {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
  19. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/eks_kb_handler.py +0 -0
  20. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/eks_stack_handler.py +0 -0
  21. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/iam_handler.py +0 -0
  22. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/insights_handler.py +0 -0
  23. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_apis.py +0 -0
  24. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_client_cache.py +0 -0
  25. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_handler.py +0 -0
  26. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/logging_helper.py +0 -0
  27. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/models.py +0 -0
  28. {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
  29. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/server.py +0 -0
  30. {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
  31. {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
  32. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/vpc_config_handler.py +0 -0
  33. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/docker-healthcheck.sh +0 -0
  34. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_aws_helper.py +0 -0
  35. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_handler.py +0 -0
  36. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_metrics_guidance_handler.py +0 -0
  37. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_kb_handler.py +0 -0
  38. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_stack_handler.py +0 -0
  39. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_iam_handler.py +0 -0
  40. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_init.py +0 -0
  41. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_insights_handler.py +0 -0
  42. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_apis.py +0 -0
  43. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_client_cache.py +0 -0
  44. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_handler.py +0 -0
  45. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_logging_helper.py +0 -0
  46. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_main.py +0 -0
  47. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_models.py +0 -0
  48. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_server.py +0 -0
  49. {awslabs_eks_mcp_server-0.1.17 → awslabs_eks_mcp_server-0.1.19}/tests/test_vpc_config_handler.py +0 -0
  50. {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:070342a0cc1011532c0e69972cce2bbc6cc633eba294bae1d12abea8bd05303b AS uv
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:070342a0cc1011532c0e69972cce2bbc6cc633eba294bae1d12abea8bd05303b
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.17
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 both the [Cursor](https://www.cursor.com/en/downloads) IDE and the [Amazon Q Developer CLI](https://github.com/aws/amazon-q-developer-cli). 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.
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 Cursor**
132
+ **Set up your IDE**
133
133
 
134
- | Cursor | VS Code |
135
- |:------:|:-------:|
136
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.eks-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwiY29tbWFuZCI6InV2eCBhd3NsYWJzLmVrcy1tY3Atc2VydmVyQGxhdGVzdCAtLWFsbG93LXdyaXRlIC0tYWxsb3ctc2Vuc2l0aXZlLWRhdGEtYWNjZXNzIiwiZW52Ijp7IkZBU1RNQ1BfTE9HX0xFVkVMIjoiRVJST1IifSwidHJhbnNwb3J0VHlwZSI6InN0ZGlvIn0%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=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
+ | [![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](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) | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.eks-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwiY29tbWFuZCI6InV2eCBhd3NsYWJzLmVrcy1tY3Atc2VydmVyQGxhdGVzdCAtLWFsbG93LXdyaXRlIC0tYWxsb3ctc2Vuc2l0aXZlLWRhdGEtYWNjZXNzIiwiZW52Ijp7IkZBU1RNQ1BfTE9HX0xFVkVMIjoiRVJST1IifSwidHJhbnNwb3J0VHlwZSI6InN0ZGlvIn0%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=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 the Amazon Q Developer CLI**
138
+ **Set up Kiro**
139
139
 
140
- 1. Install the [Amazon Q Developer CLI](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html) .
141
- 2. The Q Developer CLI supports MCP servers for tools and prompts out-of-the-box. Edit your Q developer CLI's MCP configuration file named mcp.json following [these instructions](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-mcp-understanding-config.html).
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 both the [Cursor](https://www.cursor.com/en/downloads) IDE and the [Amazon Q Developer CLI](https://github.com/aws/amazon-q-developer-cli). 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.
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 Cursor**
98
+ **Set up your IDE**
99
99
 
100
- | Cursor | VS Code |
101
- |:------:|:-------:|
102
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.eks-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwiY29tbWFuZCI6InV2eCBhd3NsYWJzLmVrcy1tY3Atc2VydmVyQGxhdGVzdCAtLWFsbG93LXdyaXRlIC0tYWxsb3ctc2Vuc2l0aXZlLWRhdGEtYWNjZXNzIiwiZW52Ijp7IkZBU1RNQ1BfTE9HX0xFVkVMIjoiRVJST1IifSwidHJhbnNwb3J0VHlwZSI6InN0ZGlvIn0%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=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
+ | [![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](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) | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.eks-mcp-server&config=eyJhdXRvQXBwcm92ZSI6W10sImRpc2FibGVkIjpmYWxzZSwiY29tbWFuZCI6InV2eCBhd3NsYWJzLmVrcy1tY3Atc2VydmVyQGxhdGVzdCAtLWFsbG93LXdyaXRlIC0tYWxsb3ctc2Vuc2l0aXZlLWRhdGEtYWNjZXNzIiwiZW52Ijp7IkZBU1RNQ1BfTE9HX0xFVkVMIjoiRVJST1IifSwidHJhbnNwb3J0VHlwZSI6InN0ZGlvIn0%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=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 the Amazon Q Developer CLI**
104
+ **Set up Kiro**
105
105
 
106
- 1. Install the [Amazon Q Developer CLI](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-installing.html) .
107
- 2. The Q Developer CLI supports MCP servers for tools and prompts out-of-the-box. Edit your Q developer CLI's MCP configuration file named mcp.json following [these instructions](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line-mcp-understanding-config.html).
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
@@ -14,3 +14,4 @@
14
14
 
15
15
  # This file is part of the awslabs namespace.
16
16
  # It is intentionally minimal to support PEP 420 namespace packages.
17
+ __path__ = __import__('pkgutil').extend_path(__path__, __name__)
@@ -14,4 +14,4 @@
14
14
 
15
15
  """awslabs.eks-mcp-server"""
16
16
 
17
- __version__ = '0.1.17'
17
+ __version__ = '0.1.19'
@@ -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:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "awslabs.eks-mcp-server"
3
- version = "0.1.17"
3
+ version = "0.1.19"
4
4
  description = "An AWS Labs Model Context Protocol (MCP) server for EKS"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -46,7 +46,7 @@ wheels = [
46
46
 
47
47
  [[package]]
48
48
  name = "awslabs-eks-mcp-server"
49
- version = "0.1.17"
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.40.58"
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/de/87/7f57ac8a1cd532a3e337765d6837c8a5ac2d9d4c5e525d3aca876861f82e/boto3-1.40.58.tar.gz", hash = "sha256:5a99c0bd2e282af4afde1af10d8838b397120722b6b685f0c0fa6b8cac351304", size = 111504, upload-time = "2025-10-23T20:05:21.152Z" }
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/38/3a/1acfc045dbaa50a1c05b86b7e5102abbac22aa297469826f82f492eacef4/boto3-1.40.58-py3-none-any.whl", hash = "sha256:951515c1ea0ae9e99e56c3b6f408a2f59e1b57fab4d96dab737e73956f729177", size = 139324, upload-time = "2025-10-23T20:05:18.579Z" },
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.40.58"
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/b4/82/26c7528126ba90c82866a35f1fbde5a5ada8f8a523822304c5bcc6a4d6c3/botocore-1.40.58.tar.gz", hash = "sha256:cf2de7f5538f23c8067408a984ed32221e8b196ce98e66945a479d06b2663c33", size = 14464507, upload-time = "2025-10-23T20:05:08.663Z" }
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/d2/e8/e903eb6a96862ffb0ea96fdaca3db17346cde35869723f4dd9a17834b9da/botocore-1.40.58-py3-none-any.whl", hash = "sha256:2571ca3aec8150e1b5a597794da6fd06284de72f29d3ea806804b798755f2e5a", size = 14135190, upload-time = "2025-10-23T20:05:04.55Z" },
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.0"
629
+ version = "3.20.1"
630
630
  source = { registry = "https://pypi.org/simple" }
631
- sdist = { url = "https://files.pythonhosted.org/packages/58/46/0028a82567109b5ef6e4d2a1f04a583fb513e6cf9527fcdd09afd817deeb/filelock-3.20.0.tar.gz", hash = "sha256:711e943b4ec6be42e1d4e6690b48dc175c822967466bb31c0c293f34334c13f4", size = 18922, upload-time = "2025-10-08T18:03:50.056Z" }
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/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl", hash = "sha256:339b4732ffda5cd79b13f4e2711a31b0365ce445d95d243bb996273d072546a2", size = 16054, upload-time = "2025-10-08T18:03:48.35Z" },
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 = "34.1.0"
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/ef/55/3f880ef65f559cbed44a9aa20d3bdbc219a2c3a3bac4a30a513029b03ee9/kubernetes-34.1.0.tar.gz", hash = "sha256:8fe8edb0b5d290a2f3ac06596b23f87c658977d46b5f8df9d0f4ea83d0003912", size = 1083771, upload-time = "2025-09-29T20:23:49.283Z" }
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/ca/ec/65f7d563aa4a62dd58777e8f6aa882f15db53b14eb29aba0c28a20f7eb26/kubernetes-34.1.0-py2.py3-none-any.whl", hash = "sha256:bffba2272534e224e6a7a74d582deb0b545b7c9879d2cd9e4aae9481d1f2cc2a", size = 2008380, upload-time = "2025-09-29T20:23:47.684Z" },
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.14.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/62/74/8d69dcb7a9efe8baa2046891735e5dfe433ad558ae23d9e3c14c633d1d58/s3transfer-0.14.0.tar.gz", hash = "sha256:eff12264e7c8b4985074ccce27a3b38a485bb7f7422cc8046fee9be4983e4125", size = 151547, upload-time = "2025-09-09T19:23:31.089Z" }
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/48/f0/ae7ca09223a81a1d890b2557186ea015f6e0502e9b8cb8e1813f1d8cfa4e/s3transfer-0.14.0-py3-none-any.whl", hash = "sha256:ea3b790c7077558ed1f02a3072fb3cb992bbbd253392f4b6e9e8976941c7d456", size = 85712, upload-time = "2025-09-09T19:23:30.041Z" },
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.48.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/a7/a5/d6f429d43394057b67a6b5bbe6eae2f77a6bf7459d961fdb224bf206eee6/starlette-0.48.0.tar.gz", hash = "sha256:7e8cee469a8ab2352911528110ce9088fdc6a37d9876926e73da7ce4aa4c7a46", size = 2652949, upload-time = "2025-09-13T08:41:05.699Z" }
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/be/72/2db2f49247d0a18b4f1bb9a5a39a0162869acf235f3a96418363947b3d46/starlette-0.48.0-py3-none-any.whl", hash = "sha256:0764ca97b097582558ecb498132ed0c7d942f233f365b86ba37770e026510659", size = 73736, upload-time = "2025-09-13T08:41:03.869Z" },
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.0"
1816
+ version = "2.6.3"
1816
1817
  source = { registry = "https://pypi.org/simple" }
1817
- sdist = { url = "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d", size = 307268, upload-time = "2024-12-22T07:47:30.032Z" }
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/c8/19/4ec628951a74043532ca2cf5d97b7b14863931476d117c471e8e2b1eb39f/urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df", size = 128369, upload-time = "2024-12-22T07:47:28.074Z" },
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]]