awslabs.eks-mcp-server 0.1.18__py3-none-any.whl → 0.1.20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,4 +14,4 @@
14
14
 
15
15
  """awslabs.eks-mcp-server"""
16
16
 
17
- __version__ = '0.1.18'
17
+ __version__ = '0.1.20'
@@ -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
  Metadata-Version: 2.4
2
2
  Name: awslabs.eks-mcp-server
3
- Version: 0.1.18
3
+ Version: 0.1.20
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
@@ -1,5 +1,5 @@
1
1
  awslabs/__init__.py,sha256=S-EDeDHGZzllMFhAeuJx_47fv85t2OUMOcsOisD5d_8,796
2
- awslabs/eks_mcp_server/__init__.py,sha256=XRAD_iD80EtOQmp39yp-tn1i64_Rj4pvCTM5Q1YSeSU,669
2
+ awslabs/eks_mcp_server/__init__.py,sha256=NXycKuBkRKe8o4udV8wNf7gYDATw57Q_2ZcZX0GXcjs,669
3
3
  awslabs/eks_mcp_server/aws_helper.py,sha256=Is0BCVPjhO-AqKFF0MnGpzNRjAe8E896VGrKWCz4gfo,4031
4
4
  awslabs/eks_mcp_server/cloudwatch_handler.py,sha256=xOSIKzJueIbD1eoONa5iCcuAV4QSb6FsCol0swSA2S0,28282
5
5
  awslabs/eks_mcp_server/cloudwatch_metrics_guidance_handler.py,sha256=MeU8emcYOQqdMpvUwFfkLdkCekk3_cRAAwC5mz1li8Q,5380
@@ -17,12 +17,12 @@ awslabs/eks_mcp_server/server.py,sha256=VjbDh-Kh-3sMwb9NXXp6kYoL9RRa6ikq-JzHeQZ-
17
17
  awslabs/eks_mcp_server/vpc_config_handler.py,sha256=K4fkN1UEvYn4uKpfcLwRgNwDrYElS9FPWzYYaCOHz44,16353
18
18
  awslabs/eks_mcp_server/data/eks_cloudwatch_metrics_guidance.json,sha256=a4tzVdwpF_0kZGwOJCDEQskScp5rjRU89M7ONp3HpdA,9304
19
19
  awslabs/eks_mcp_server/scripts/update_eks_cloudwatch_metrics_guidance.py,sha256=LA-owuNUulCTS-F4M-tJKqEcvAak4v7WnQaRB1GjbMU,10047
20
- awslabs/eks_mcp_server/templates/eks-templates/eks-with-vpc.yaml,sha256=_Lxk2MEXNA7N0-kvXckxwBamDEagjGvC6-Z5uxhVO5s,10774
20
+ awslabs/eks_mcp_server/templates/eks-templates/eks-with-vpc.yaml,sha256=nv4inqs6rje73842g6WsSBCTOIvNxE3VlOzAgZP7jx0,11173
21
21
  awslabs/eks_mcp_server/templates/k8s-templates/deployment.yaml,sha256=J2efYFISlT3sTvf8_BJV3p0_m51cltqiRhXdBXb9YJs,2343
22
22
  awslabs/eks_mcp_server/templates/k8s-templates/service.yaml,sha256=DA0Db_5yjUZmnnYy5Bljcv3hj7D6YvFFWFRB6GiIstY,414
23
- awslabs_eks_mcp_server-0.1.18.dist-info/METADATA,sha256=Y5736e0Es8vots2a_YaU1lie5HZmX7SCK2ftEdg2c_M,31384
24
- awslabs_eks_mcp_server-0.1.18.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
25
- awslabs_eks_mcp_server-0.1.18.dist-info/entry_points.txt,sha256=VydotfOJYck8o4TPsaF6Pjmc8Bp_doacYXSE_71qH4c,78
26
- awslabs_eks_mcp_server-0.1.18.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
27
- awslabs_eks_mcp_server-0.1.18.dist-info/licenses/NOTICE,sha256=gnCtD34qTDnb2Lykm9kNFYkqZIvqJHGuq1ZJBkl6EgE,90
28
- awslabs_eks_mcp_server-0.1.18.dist-info/RECORD,,
23
+ awslabs_eks_mcp_server-0.1.20.dist-info/METADATA,sha256=B2MM_J3crpE1mX2tsF4AD-Ws5Ol2Vkl7aSSKP6v5QI4,31522
24
+ awslabs_eks_mcp_server-0.1.20.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
25
+ awslabs_eks_mcp_server-0.1.20.dist-info/entry_points.txt,sha256=VydotfOJYck8o4TPsaF6Pjmc8Bp_doacYXSE_71qH4c,78
26
+ awslabs_eks_mcp_server-0.1.20.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
27
+ awslabs_eks_mcp_server-0.1.20.dist-info/licenses/NOTICE,sha256=gnCtD34qTDnb2Lykm9kNFYkqZIvqJHGuq1ZJBkl6EgE,90
28
+ awslabs_eks_mcp_server-0.1.20.dist-info/RECORD,,