kubectl-mcp-server 1.19.3__py3-none-any.whl → 1.21.0__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.
- {kubectl_mcp_server-1.19.3.dist-info → kubectl_mcp_server-1.21.0.dist-info}/METADATA +26 -18
- {kubectl_mcp_server-1.19.3.dist-info → kubectl_mcp_server-1.21.0.dist-info}/RECORD +13 -9
- kubectl_mcp_tool/__init__.py +1 -1
- kubectl_mcp_tool/mcp_server.py +5 -1
- kubectl_mcp_tool/tools/__init__.py +4 -0
- kubectl_mcp_tool/tools/kind.py +1723 -0
- kubectl_mcp_tool/tools/vind.py +744 -0
- tests/test_kind.py +1206 -0
- tests/test_vind.py +512 -0
- {kubectl_mcp_server-1.19.3.dist-info → kubectl_mcp_server-1.21.0.dist-info}/WHEEL +0 -0
- {kubectl_mcp_server-1.19.3.dist-info → kubectl_mcp_server-1.21.0.dist-info}/entry_points.txt +0 -0
- {kubectl_mcp_server-1.19.3.dist-info → kubectl_mcp_server-1.21.0.dist-info}/licenses/LICENSE +0 -0
- {kubectl_mcp_server-1.19.3.dist-info → kubectl_mcp_server-1.21.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kubectl-mcp-server
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: A Model Context Protocol (MCP) server for Kubernetes with
|
|
3
|
+
Version: 1.21.0
|
|
4
|
+
Summary: A Model Context Protocol (MCP) server for Kubernetes with 270+ tools, 8 resources, and 8 prompts
|
|
5
5
|
Home-page: https://github.com/rohitg00/kubectl-mcp-server
|
|
6
6
|
Author: Rohit Ghumare
|
|
7
7
|
Author-email: ghumare64@gmail.com
|
|
@@ -79,7 +79,8 @@ Talk to your clusters like you talk to a DevOps expert. Debug crashed pods, opti
|
|
|
79
79
|
<a href="https://pypi.org/project/kubectl-mcp-server/"><img src="https://img.shields.io/pypi/v/kubectl-mcp-server?color=blue&label=PyPI" alt="PyPI"></a>
|
|
80
80
|
<a href="https://www.npmjs.com/package/kubectl-mcp-server"><img src="https://img.shields.io/npm/v/kubectl-mcp-server?color=green&label=npm" alt="npm"></a>
|
|
81
81
|
<a href="https://hub.docker.com/r/rohitghumare64/kubectl-mcp-server"><img src="https://img.shields.io/docker/pulls/rohitghumare64/kubectl-mcp-server.svg" alt="Docker"></a>
|
|
82
|
-
<a href="https://github.com/rohitg00/kubectl-mcp-server"><img src="https://img.shields.io/badge/tests-234%20passed-success"
|
|
82
|
+
<a href="https://github.com/rohitg00/kubectl-mcp-server"><img src="https://img.shields.io/badge/tests-234%20passed-success"
|
|
83
|
+
<a href="https://deepwiki.com/rohitg00/kubectl-mcp-server"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
|
|
83
84
|
<a href="https://aregistry.ai"><img src="https://img.shields.io/badge/agentregistry-verified-blue?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTE1Ljk5MiA2LjAzN2wtMy4wMjEtLjQzOS0xLjM1LTIuNzM2Yy0uMzQ2LS43MDItMS41MDQtLjcwMi0xLjg1IDBMOC40MjEgNS41OTggNS40IDYuMDM3Yy0uNzc2LjExMy0xLjA4OCAxLjA1My0uNTI4IDEuNTkzbDIuMTg2IDIuMTI5LS41MTYgMy4wMWMtLjEzMy43NzUuNjgyIDEuMzY2IDEuMzc4Ljk5OGwyLjcwMi0xLjQyIDIuNzAyIDEuNDJjLjY5Ni4zNjggMS41MTEtLjIyMyAxLjM3OC0uOTk4bC0uNTE2LTMuMDEgMi4xODYtMi4xMjljLjU2LS41NCAwLjI0OC0xLjQ4LS41MjgtMS41OTN6Ii8+PC9zdmc+" alt="agentregistry"></a>
|
|
84
85
|
</p>
|
|
85
86
|
|
|
@@ -166,7 +167,7 @@ Simply ask your AI assistant in natural language:
|
|
|
166
167
|
- Interactive HTML dashboards with live metrics
|
|
167
168
|
- Visual timeline of events and resource usage
|
|
168
169
|
|
|
169
|
-
**
|
|
170
|
+
**253 powerful tools** | **8 workflow prompts** | **8 data resources** | **Works with all major AI assistants**
|
|
170
171
|
|
|
171
172
|
## Why kubectl-mcp-server?
|
|
172
173
|
|
|
@@ -236,9 +237,12 @@ pip install git+https://github.com/rohitg00/kubectl-mcp-server.git
|
|
|
236
237
|
### Docker
|
|
237
238
|
|
|
238
239
|
```bash
|
|
239
|
-
# Pull
|
|
240
|
+
# Pull from Docker Hub
|
|
240
241
|
docker pull rohitghumare64/kubectl-mcp-server:latest
|
|
241
242
|
|
|
243
|
+
# Or pull from GitHub Container Registry
|
|
244
|
+
docker pull ghcr.io/rohitg00/kubectl-mcp-server:latest
|
|
245
|
+
|
|
242
246
|
# Run with stdio transport
|
|
243
247
|
docker run -i -v $HOME/.kube:/root/.kube:ro rohitghumare64/kubectl-mcp-server:latest
|
|
244
248
|
|
|
@@ -480,7 +484,7 @@ Add to `~/.config/roo-code/mcp.json` or `~/.config/kilo-code/mcp.json`:
|
|
|
480
484
|
|
|
481
485
|
## Complete Feature Set
|
|
482
486
|
|
|
483
|
-
###
|
|
487
|
+
### 253 MCP Tools for Complete Kubernetes Management
|
|
484
488
|
|
|
485
489
|
| Category | Tools |
|
|
486
490
|
|----------|-------|
|
|
@@ -515,6 +519,8 @@ Add to `~/.config/roo-code/mcp.json` or `~/.config/kilo-code/mcp.json`:
|
|
|
515
519
|
| **Cluster API** | `capi_clusters_list`, `capi_cluster_get`, `capi_machines_list`, `capi_machine_get`, `capi_machinedeployments_list`, `capi_machinedeployment_scale`, `capi_machinesets_list`, `capi_machinehealthchecks_list`, `capi_clusterclasses_list`, `capi_cluster_kubeconfig`, `capi_detect` |
|
|
516
520
|
| **KubeVirt VMs** | `kubevirt_vms_list`, `kubevirt_vm_get`, `kubevirt_vmis_list`, `kubevirt_vm_start`, `kubevirt_vm_stop`, `kubevirt_vm_restart`, `kubevirt_vm_pause`, `kubevirt_vm_unpause`, `kubevirt_vm_migrate`, `kubevirt_datasources_list`, `kubevirt_instancetypes_list`, `kubevirt_datavolumes_list`, `kubevirt_detect` |
|
|
517
521
|
| **Istio/Kiali** | `istio_virtualservices_list`, `istio_virtualservice_get`, `istio_destinationrules_list`, `istio_gateways_list`, `istio_peerauthentications_list`, `istio_authorizationpolicies_list`, `istio_proxy_status`, `istio_analyze`, `istio_sidecar_status`, `istio_detect` |
|
|
522
|
+
| **vCluster (vind)** | `vind_detect_tool`, `vind_list_clusters_tool`, `vind_status_tool`, `vind_get_kubeconfig_tool`, `vind_logs_tool`, `vind_create_cluster_tool`, `vind_delete_cluster_tool`, `vind_pause_tool`, `vind_resume_tool`, `vind_connect_tool`, `vind_disconnect_tool`, `vind_upgrade_tool`, `vind_describe_tool`, `vind_platform_start_tool` |
|
|
523
|
+
| **kind (K8s in Docker)** | `kind_detect_tool`, `kind_version_tool`, `kind_list_clusters_tool`, `kind_get_nodes_tool`, `kind_get_kubeconfig_tool`, `kind_export_logs_tool`, `kind_cluster_info_tool`, `kind_node_labels_tool`, `kind_create_cluster_tool`, `kind_delete_cluster_tool`, `kind_delete_all_clusters_tool`, `kind_load_image_tool`, `kind_load_image_archive_tool`, `kind_build_node_image_tool`, `kind_set_kubeconfig_tool` |
|
|
518
524
|
|
|
519
525
|
### MCP Resources
|
|
520
526
|
|
|
@@ -554,12 +560,12 @@ Pre-built workflow prompts for common Kubernetes operations:
|
|
|
554
560
|
|
|
555
561
|
### Key Capabilities
|
|
556
562
|
|
|
557
|
-
- 🤖 **
|
|
563
|
+
- 🤖 **253 Powerful Tools** - Complete Kubernetes management from pods to security
|
|
558
564
|
- 🎯 **8 AI Workflow Prompts** - Pre-built workflows for common operations
|
|
559
565
|
- 📊 **8 MCP Resources** - Browsable Kubernetes data exposure
|
|
560
566
|
- 🎨 **6 Interactive Dashboards** - HTML UI tools for visual cluster management
|
|
561
567
|
- 🌐 **26 Browser Tools** - Web automation with cloud provider support
|
|
562
|
-
- 🔄 **
|
|
568
|
+
- 🔄 **107 Ecosystem Tools** - GitOps, Cert-Manager, Policy, Backup, KEDA, Cilium, Rollouts, CAPI, KubeVirt, Istio, vCluster
|
|
563
569
|
- ⚡ **Multi-Transport** - stdio, SSE, HTTP, streamable-http
|
|
564
570
|
- 🔐 **Security First** - Non-destructive mode, secret masking, RBAC validation
|
|
565
571
|
- 🏥 **Advanced Diagnostics** - AI-powered troubleshooting and cost optimization
|
|
@@ -794,7 +800,7 @@ EOF
|
|
|
794
800
|
agentgateway --config gateway.yaml
|
|
795
801
|
```
|
|
796
802
|
|
|
797
|
-
Connect clients to `http://localhost:3000/mcp` for unified access to all
|
|
803
|
+
Connect clients to `http://localhost:3000/mcp` for unified access to all 253 tools.
|
|
798
804
|
|
|
799
805
|
## In-Cluster Deployment
|
|
800
806
|
|
|
@@ -853,7 +859,7 @@ kubectl apply -f deploy/kagent/toolserver-stdio.yaml
|
|
|
853
859
|
kagent dashboard
|
|
854
860
|
```
|
|
855
861
|
|
|
856
|
-
Your AI agents now have access to all
|
|
862
|
+
Your AI agents now have access to all 253 Kubernetes tools. See [kagent quickstart](https://kagent.dev/docs/kagent/getting-started/quickstart).
|
|
857
863
|
|
|
858
864
|
## Architecture
|
|
859
865
|
|
|
@@ -871,7 +877,7 @@ The MCP server implements the [Model Context Protocol](https://github.com/modelc
|
|
|
871
877
|
```
|
|
872
878
|
kubectl_mcp_tool/
|
|
873
879
|
├── mcp_server.py # Main server (FastMCP, transports)
|
|
874
|
-
├── tools/ #
|
|
880
|
+
├── tools/ # 253 MCP tools organized by category
|
|
875
881
|
│ ├── pods.py # Pod management & diagnostics
|
|
876
882
|
│ ├── deployments.py # Deployments, StatefulSets, DaemonSets
|
|
877
883
|
│ ├── core.py # Namespaces, ConfigMaps, Secrets
|
|
@@ -893,15 +899,16 @@ kubectl_mcp_tool/
|
|
|
893
899
|
│ ├── rollouts.py # Argo Rollouts/Flagger
|
|
894
900
|
│ ├── capi.py # Cluster API
|
|
895
901
|
│ ├── kubevirt.py # KubeVirt VMs
|
|
896
|
-
│
|
|
902
|
+
│ ├── kiali.py # Istio/Kiali service mesh
|
|
903
|
+
│ └── vind.py # vCluster (virtual clusters)
|
|
897
904
|
├── resources/ # 8 MCP Resources for data exposure
|
|
898
905
|
├── prompts/ # 8 MCP Prompts for workflows
|
|
899
906
|
└── cli/ # CLI interface
|
|
900
907
|
```
|
|
901
908
|
|
|
902
|
-
## Agent Skills (
|
|
909
|
+
## Agent Skills (25 Skills for AI Coding Agents)
|
|
903
910
|
|
|
904
|
-
Extend your AI coding agent with Kubernetes expertise using our [Agent Skills](https://
|
|
911
|
+
Extend your AI coding agent with Kubernetes expertise using our [Agent Skills](https://agenstskills.com) library. Skills provide specialized knowledge and workflows that agents can load on demand.
|
|
905
912
|
|
|
906
913
|
### Quick Install
|
|
907
914
|
|
|
@@ -913,7 +920,7 @@ cp -r kubernetes-skills/claude/* ~/.claude/skills/
|
|
|
913
920
|
cp -r kubernetes-skills/claude/k8s-helm ~/.claude/skills/
|
|
914
921
|
```
|
|
915
922
|
|
|
916
|
-
### Available Skills (
|
|
923
|
+
### Available Skills (25)
|
|
917
924
|
|
|
918
925
|
| Category | Skills |
|
|
919
926
|
|----------|--------|
|
|
@@ -923,7 +930,7 @@ cp -r kubernetes-skills/claude/k8s-helm ~/.claude/skills/
|
|
|
923
930
|
| **Security** | k8s-security, k8s-policy, k8s-certs |
|
|
924
931
|
| **GitOps** | k8s-gitops, k8s-rollouts |
|
|
925
932
|
| **Scaling** | k8s-autoscaling, k8s-cost, k8s-backup |
|
|
926
|
-
| **Multi-Cluster** | k8s-multicluster, k8s-capi, k8s-kubevirt |
|
|
933
|
+
| **Multi-Cluster** | k8s-multicluster, k8s-capi, k8s-kubevirt, k8s-vind |
|
|
927
934
|
| **Networking** | k8s-service-mesh, k8s-cilium |
|
|
928
935
|
| **Tools** | k8s-browser, k8s-cli |
|
|
929
936
|
|
|
@@ -951,7 +958,8 @@ Seamlessly manage multiple Kubernetes clusters through natural language. **Every
|
|
|
951
958
|
|
|
952
959
|
### Context Parameter (v1.15.0)
|
|
953
960
|
|
|
954
|
-
|
|
961
|
+
Most kubectl-backed tools accept an optional `context` parameter to target specific clusters.
|
|
962
|
+
Note: vCluster (vind) and kind tools run via their local CLIs and do not accept the `context` parameter.
|
|
955
963
|
|
|
956
964
|
**Talk to your AI assistant:**
|
|
957
965
|
```
|
|
@@ -1040,7 +1048,7 @@ pytest tests/ -v -m unit
|
|
|
1040
1048
|
tests/
|
|
1041
1049
|
├── __init__.py # Test package
|
|
1042
1050
|
├── conftest.py # Shared fixtures and mocks
|
|
1043
|
-
├── test_tools.py # Unit tests for
|
|
1051
|
+
├── test_tools.py # Unit tests for 253 MCP tools
|
|
1044
1052
|
├── test_resources.py # Tests for 8 MCP Resources
|
|
1045
1053
|
├── test_prompts.py # Tests for 8 MCP Prompts
|
|
1046
1054
|
└── test_server.py # Server initialization tests
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
kubectl_mcp_server-1.
|
|
2
|
-
kubectl_mcp_tool/__init__.py,sha256=
|
|
1
|
+
kubectl_mcp_server-1.21.0.dist-info/licenses/LICENSE,sha256=nH9Z0W0WNH2oQ4cPrBAU8ldDcHfeI6NUbkSGiazYWgQ,1070
|
|
2
|
+
kubectl_mcp_tool/__init__.py,sha256=tfyn5oLMeppaVnXXVNJ2R0CT9dREVPymqIajr5AA3VM,580
|
|
3
3
|
kubectl_mcp_tool/__main__.py,sha256=CE6cTD6PA71Ap0i5_gE17Pb9FcedOJmtGRNzZ5-TFSc,1490
|
|
4
4
|
kubectl_mcp_tool/crd_detector.py,sha256=xLZSyg3iIe_MjSMI3mESe2VK8wGJzu40rJ7F72fULBs,7139
|
|
5
5
|
kubectl_mcp_tool/diagnostics.py,sha256=uwolSoHadRkB-J8PAsabbexfj6sTNCIIRRrABBRXoTU,11776
|
|
6
6
|
kubectl_mcp_tool/k8s_config.py,sha256=NK8y4Un03Y-sOPIHM-hrR_PA-8BtdoXzyRZWuhMJIok,17909
|
|
7
|
-
kubectl_mcp_tool/mcp_server.py,sha256=
|
|
7
|
+
kubectl_mcp_tool/mcp_server.py,sha256=bCNR_a_A9p3nctBmFCqnNghepEpYot_o1WcLIjYseYs,32691
|
|
8
8
|
kubectl_mcp_tool/providers.py,sha256=_LMpVbCWgFrsRO_u4krSw7wFNYapzp29WtiEh-sbBeY,11521
|
|
9
9
|
kubectl_mcp_tool/safety.py,sha256=7bx7tUH_hT4Y_eTnpH5knnHTsvnIZvI_0oo9MSBe_z8,5036
|
|
10
10
|
kubectl_mcp_tool/auth/__init__.py,sha256=ot8ivZZkDtV8Rg0y1UYruwobKCPyxX1svqh35wWxKvY,347
|
|
@@ -29,7 +29,7 @@ kubectl_mcp_tool/prompts/custom.py,sha256=ce4DmQLMh_UTKb4kbredekvvgI8GQWzuuB2H0P
|
|
|
29
29
|
kubectl_mcp_tool/prompts/prompts.py,sha256=ogDhU6FVsYIlig_QuIw-TblxR9GQJ3Xp8mJHLBcZ1z4,28263
|
|
30
30
|
kubectl_mcp_tool/resources/__init__.py,sha256=ERkn0ErlaGi9-dybv4wrAaT8WretvNp6K002h7Agjno,83
|
|
31
31
|
kubectl_mcp_tool/resources/resources.py,sha256=kvK4OM3Ox5cFvWDqJBTXOfBgnRYdoqdvvjsdCg0PJfY,12713
|
|
32
|
-
kubectl_mcp_tool/tools/__init__.py,sha256=
|
|
32
|
+
kubectl_mcp_tool/tools/__init__.py,sha256=ktvGmS_bUqYhv3J65dtQrrj2B8K7r9WTnS2_dbAGp_U,1955
|
|
33
33
|
kubectl_mcp_tool/tools/backup.py,sha256=M1dvyc-fmCbGFp3o89pGNv8drtgPxds0sBk0OiN0TJA,29148
|
|
34
34
|
kubectl_mcp_tool/tools/browser.py,sha256=OvXUHzEuciRQInnwLLC16iObOOdniu09b9RT81y7sdc,25338
|
|
35
35
|
kubectl_mcp_tool/tools/capi.py,sha256=qcNStWl7KHqi4Jorf9xThfOjYRhp7d3ZhUGif_YWrV8,24293
|
|
@@ -44,6 +44,7 @@ kubectl_mcp_tool/tools/gitops.py,sha256=aILtjkYI6QovPfsj5sdJDnkxvmzw5Ojzf8MDcpe2
|
|
|
44
44
|
kubectl_mcp_tool/tools/helm.py,sha256=v_d1aH79VCKJmFi-kXG1LwzZRw6OFToyVC7D9tEp99A,61658
|
|
45
45
|
kubectl_mcp_tool/tools/keda.py,sha256=nxoGkLGWrBQmNpN_gFIk4AUxInwOak6HutgGz1nyWtc,14811
|
|
46
46
|
kubectl_mcp_tool/tools/kiali.py,sha256=tPGH-wpXqhwmW7XfSQ5KldUD0ihe2yuy8NBvmD8Xn74,20531
|
|
47
|
+
kubectl_mcp_tool/tools/kind.py,sha256=fWyWGbiI60t6vUPGeAqIXwtkAGjquwv8jliCZBu6JVA,52317
|
|
47
48
|
kubectl_mcp_tool/tools/kubevirt.py,sha256=1M4xdihTQabH4O7NVoceQ3DQ11si_gbX1-bMDK5VOkw,25549
|
|
48
49
|
kubectl_mcp_tool/tools/networking.py,sha256=5I-2SHp2kK9OyGJJ9KUU0hetlYoREIfin1J6CJA6HVQ,14309
|
|
49
50
|
kubectl_mcp_tool/tools/operations.py,sha256=c7j1quXwRDoB9pMkmnLZ5Mk4QoCAuEzWVXJl_hmg2tc,24862
|
|
@@ -54,6 +55,7 @@ kubectl_mcp_tool/tools/security.py,sha256=d7WLj-JZwr-0opzkRNWyPdMykvBjdsDCBSZHov
|
|
|
54
55
|
kubectl_mcp_tool/tools/storage.py,sha256=ILI3X5GYXASCETqg3A7X33B7PjwD5UsxL-iDG7yTi_8,5676
|
|
55
56
|
kubectl_mcp_tool/tools/ui.py,sha256=HHi0KM2JTvZFpQjo5V6XkJf02hxFoasec7uyNY5wuuo,39702
|
|
56
57
|
kubectl_mcp_tool/tools/utils.py,sha256=HvJoW6xa8duPf9omFdxWPnVGF5fSPnz6xfoCuwwCb_4,1416
|
|
58
|
+
kubectl_mcp_tool/tools/vind.py,sha256=Sw_ubZRsY-hk7Rui8OlwhylUs2epmCa8j74Q2CdEJaA,21721
|
|
57
59
|
kubectl_mcp_tool/utils/__init__.py,sha256=CHBCpaXwt994DlqyRFkkRky2TK8OmmDl0Gyc28369gI,348
|
|
58
60
|
kubectl_mcp_tool/utils/helpers.py,sha256=W--wiVSKKqmjpxxdLT0J6rmhOQcp1OFk9jLrtQUVpGw,2444
|
|
59
61
|
tests/__init__.py,sha256=qZPXYXv3whkkWhi61Ngzj09GHnIFlVSZrajE0XRk55o,290
|
|
@@ -63,6 +65,7 @@ tests/test_browser.py,sha256=6rB6Atqq3b2-xWnKzFdCVFHbF2Q3nt2Dy8Rp4ZwIgNk,20621
|
|
|
63
65
|
tests/test_cli.py,sha256=G-f9uByWooe-yUOH0ahBdoft4uz8TC0R0OzDs1Lom-4,10014
|
|
64
66
|
tests/test_config.py,sha256=9_A6_ntjvX556GvFvHGHuel1ERGo-WrbnFJX8OniUvg,12568
|
|
65
67
|
tests/test_ecosystem.py,sha256=SkxDWAASELIxzaYWu0d-Rw1HaKSSlyMMenwwF2HWvSA,13227
|
|
68
|
+
tests/test_kind.py,sha256=1vUNXz-cNcjQcaomytH3t_CG2wA3_H6uuqrl3SD-Rrs,45961
|
|
66
69
|
tests/test_mcp_integration.py,sha256=9ePvu1MJ0mTnMRFHthDwl3D2jyVPgQ1beUbchpT8Y3M,8782
|
|
67
70
|
tests/test_observability.py,sha256=m0m-uIQrE9OJ3FFls_rVZJst3NeAFKRtNUZohFpIZE4,17829
|
|
68
71
|
tests/test_prompts.py,sha256=VzZAXr5iFO-hG8kRwRnG4wom2LlqOmZ-SeW4d3HQ7hc,42888
|
|
@@ -70,8 +73,9 @@ tests/test_resources.py,sha256=Z0Ex8WdRz-B3VZa1s0eAaDDGbhy7dRdqy1uFVOe2Qbo,12689
|
|
|
70
73
|
tests/test_safety.py,sha256=5IOBQbcH2r8tANQD7ymsR6pBc6O50IspcFsuwrnwh1M,8292
|
|
71
74
|
tests/test_server.py,sha256=lLvgbqutnivSgQMNrki0O48whBQt0UXjdwT047nf0nw,14415
|
|
72
75
|
tests/test_tools.py,sha256=qZsyaXV-US1O05hNsIDNXjZmeZlg-kIPStM1r8hxySo,36711
|
|
73
|
-
|
|
74
|
-
kubectl_mcp_server-1.
|
|
75
|
-
kubectl_mcp_server-1.
|
|
76
|
-
kubectl_mcp_server-1.
|
|
77
|
-
kubectl_mcp_server-1.
|
|
76
|
+
tests/test_vind.py,sha256=L3q6yOXlhbVXwjuH-5YRRnauEO8q4LBOUBB_RGqSTfk,19003
|
|
77
|
+
kubectl_mcp_server-1.21.0.dist-info/METADATA,sha256=X5TYO0xcUXpAlghzP1IJWaa2jyifz1WDbpVQz1NGFk0,41967
|
|
78
|
+
kubectl_mcp_server-1.21.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
79
|
+
kubectl_mcp_server-1.21.0.dist-info/entry_points.txt,sha256=zeOxQGaNC4r58deEmqsLCU5hfMjF0VqFUt9P5wWsKEM,109
|
|
80
|
+
kubectl_mcp_server-1.21.0.dist-info/top_level.txt,sha256=o5IpfOGG-lqU8rVWJeK9aYC0r4f6qEX09QiBhZlYbkQ,23
|
|
81
|
+
kubectl_mcp_server-1.21.0.dist-info/RECORD,,
|
kubectl_mcp_tool/__init__.py
CHANGED
|
@@ -7,7 +7,7 @@ with Kubernetes clusters through natural language commands.
|
|
|
7
7
|
For more information, see: https://github.com/rohitg00/kubectl-mcp-server
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
__version__ = "1.
|
|
10
|
+
__version__ = "1.21.0"
|
|
11
11
|
|
|
12
12
|
from .mcp_server import MCPServer
|
|
13
13
|
from .diagnostics import run_diagnostics, check_kubectl_installation, check_cluster_connection
|
kubectl_mcp_tool/mcp_server.py
CHANGED
|
@@ -93,6 +93,8 @@ from kubectl_mcp_tool.tools import (
|
|
|
93
93
|
register_capi_tools,
|
|
94
94
|
register_kubevirt_tools,
|
|
95
95
|
register_istio_tools,
|
|
96
|
+
register_vind_tools,
|
|
97
|
+
register_kind_tools,
|
|
96
98
|
)
|
|
97
99
|
from kubectl_mcp_tool.resources import register_resources
|
|
98
100
|
from kubectl_mcp_tool.prompts import register_prompts
|
|
@@ -353,7 +355,9 @@ class MCPServer:
|
|
|
353
355
|
register_capi_tools(self.server, self.non_destructive)
|
|
354
356
|
register_kubevirt_tools(self.server, self.non_destructive)
|
|
355
357
|
register_istio_tools(self.server, self.non_destructive)
|
|
356
|
-
|
|
358
|
+
register_vind_tools(self.server, self.non_destructive)
|
|
359
|
+
register_kind_tools(self.server, self.non_destructive)
|
|
360
|
+
logger.debug("Advanced ecosystem tools registered (KEDA, Cilium, Rollouts, CAPI, KubeVirt, Istio, vind, kind)")
|
|
357
361
|
|
|
358
362
|
def setup_resources(self):
|
|
359
363
|
"""Set up MCP resources for Kubernetes data exposure."""
|
|
@@ -21,6 +21,8 @@ from .rollouts import register_rollouts_tools
|
|
|
21
21
|
from .capi import register_capi_tools
|
|
22
22
|
from .kubevirt import register_kubevirt_tools
|
|
23
23
|
from .kiali import register_istio_tools
|
|
24
|
+
from .vind import register_vind_tools
|
|
25
|
+
from .kind import register_kind_tools
|
|
24
26
|
|
|
25
27
|
__all__ = [
|
|
26
28
|
"register_helm_tools",
|
|
@@ -49,4 +51,6 @@ __all__ = [
|
|
|
49
51
|
"register_capi_tools",
|
|
50
52
|
"register_kubevirt_tools",
|
|
51
53
|
"register_istio_tools",
|
|
54
|
+
"register_vind_tools",
|
|
55
|
+
"register_kind_tools",
|
|
52
56
|
]
|