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.
Files changed (50) hide show
  1. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/Dockerfile +2 -2
  2. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/PKG-INFO +12 -11
  3. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/README.md +11 -10
  4. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/__init__.py +1 -1
  5. {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
  6. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/pyproject.toml +1 -1
  7. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/uv.lock +4 -4
  8. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/.gitignore +0 -0
  9. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/.python-version +0 -0
  10. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/CHANGELOG.md +0 -0
  11. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/LICENSE +0 -0
  12. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/NOTICE +0 -0
  13. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/__init__.py +0 -0
  14. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/aws_helper.py +0 -0
  15. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/cloudwatch_handler.py +0 -0
  16. {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
  17. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/consts.py +0 -0
  18. {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
  19. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/eks_kb_handler.py +0 -0
  20. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/eks_stack_handler.py +0 -0
  21. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/iam_handler.py +0 -0
  22. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/insights_handler.py +0 -0
  23. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_apis.py +0 -0
  24. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_client_cache.py +0 -0
  25. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/k8s_handler.py +0 -0
  26. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/logging_helper.py +0 -0
  27. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/models.py +0 -0
  28. {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
  29. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/server.py +0 -0
  30. {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
  31. {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
  32. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/awslabs/eks_mcp_server/vpc_config_handler.py +0 -0
  33. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/docker-healthcheck.sh +0 -0
  34. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_aws_helper.py +0 -0
  35. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_handler.py +0 -0
  36. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_cloudwatch_metrics_guidance_handler.py +0 -0
  37. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_kb_handler.py +0 -0
  38. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_eks_stack_handler.py +0 -0
  39. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_iam_handler.py +0 -0
  40. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_init.py +0 -0
  41. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_insights_handler.py +0 -0
  42. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_apis.py +0 -0
  43. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_client_cache.py +0 -0
  44. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_k8s_handler.py +0 -0
  45. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_logging_helper.py +0 -0
  46. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_main.py +0 -0
  47. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_models.py +0 -0
  48. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_server.py +0 -0
  49. {awslabs_eks_mcp_server-0.1.18 → awslabs_eks_mcp_server-0.1.19}/tests/test_vpc_config_handler.py +0 -0
  50. {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: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.18
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,4 +14,4 @@
14
14
 
15
15
  """awslabs.eks-mcp-server"""
16
16
 
17
- __version__ = '0.1.18'
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.18"
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.18"
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.2"
1816
+ version = "2.6.3"
1817
1817
  source = { registry = "https://pypi.org/simple" }
1818
- sdist = { url = "https://files.pythonhosted.org/packages/1e/24/a2a2ed9addd907787d7aa0355ba36a6cadf1768b934c652ea78acbd59dcd/urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797", size = 432930, upload-time = "2025-12-11T15:56:40.252Z" }
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/6d/b9/4095b668ea3678bf6a0af005527f39de12fb026516fb3df17495a733b7f8/urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd", size = 131182, upload-time = "2025-12-11T15:56:38.584Z" },
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]]