kubectl-mcp-server 1.17.0__py3-none-any.whl → 1.19.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.17.0.dist-info → kubectl_mcp_server-1.19.0.dist-info}/METADATA +1 -1
- {kubectl_mcp_server-1.17.0.dist-info → kubectl_mcp_server-1.19.0.dist-info}/RECORD +7 -7
- kubectl_mcp_tool/__init__.py +1 -1
- {kubectl_mcp_server-1.17.0.dist-info → kubectl_mcp_server-1.19.0.dist-info}/WHEEL +0 -0
- {kubectl_mcp_server-1.17.0.dist-info → kubectl_mcp_server-1.19.0.dist-info}/entry_points.txt +0 -0
- {kubectl_mcp_server-1.17.0.dist-info → kubectl_mcp_server-1.19.0.dist-info}/licenses/LICENSE +0 -0
- {kubectl_mcp_server-1.17.0.dist-info → kubectl_mcp_server-1.19.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kubectl-mcp-server
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.19.0
|
|
4
4
|
Summary: A Model Context Protocol (MCP) server for Kubernetes with 220+ tools, 8 resources, and 8 prompts
|
|
5
5
|
Home-page: https://github.com/rohitg00/kubectl-mcp-server
|
|
6
6
|
Author: Rohit Ghumare
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
kubectl_mcp_server-1.
|
|
2
|
-
kubectl_mcp_tool/__init__.py,sha256=
|
|
1
|
+
kubectl_mcp_server-1.19.0.dist-info/licenses/LICENSE,sha256=nH9Z0W0WNH2oQ4cPrBAU8ldDcHfeI6NUbkSGiazYWgQ,1070
|
|
2
|
+
kubectl_mcp_tool/__init__.py,sha256=e_8lin1zD6cAw_MY-Uvgql-zjjoKlcF9zuO6kzCPbaU,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
|
|
@@ -68,8 +68,8 @@ tests/test_resources.py,sha256=Z0Ex8WdRz-B3VZa1s0eAaDDGbhy7dRdqy1uFVOe2Qbo,12689
|
|
|
68
68
|
tests/test_safety.py,sha256=5IOBQbcH2r8tANQD7ymsR6pBc6O50IspcFsuwrnwh1M,8292
|
|
69
69
|
tests/test_server.py,sha256=lLvgbqutnivSgQMNrki0O48whBQt0UXjdwT047nf0nw,14415
|
|
70
70
|
tests/test_tools.py,sha256=g3moVSpiFgqC107M4tBAQ6xU600rlYMPhnknyYhnTIc,34792
|
|
71
|
-
kubectl_mcp_server-1.
|
|
72
|
-
kubectl_mcp_server-1.
|
|
73
|
-
kubectl_mcp_server-1.
|
|
74
|
-
kubectl_mcp_server-1.
|
|
75
|
-
kubectl_mcp_server-1.
|
|
71
|
+
kubectl_mcp_server-1.19.0.dist-info/METADATA,sha256=Ly4r-eDtkBYbDXixx9wSONKOt2S00GhAWwoCwp4KUgE,38116
|
|
72
|
+
kubectl_mcp_server-1.19.0.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
73
|
+
kubectl_mcp_server-1.19.0.dist-info/entry_points.txt,sha256=zeOxQGaNC4r58deEmqsLCU5hfMjF0VqFUt9P5wWsKEM,109
|
|
74
|
+
kubectl_mcp_server-1.19.0.dist-info/top_level.txt,sha256=o5IpfOGG-lqU8rVWJeK9aYC0r4f6qEX09QiBhZlYbkQ,23
|
|
75
|
+
kubectl_mcp_server-1.19.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.19.0"
|
|
11
11
|
|
|
12
12
|
from .mcp_server import MCPServer
|
|
13
13
|
from .diagnostics import run_diagnostics, check_kubectl_installation, check_cluster_connection
|
|
File without changes
|
{kubectl_mcp_server-1.17.0.dist-info → kubectl_mcp_server-1.19.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{kubectl_mcp_server-1.17.0.dist-info → kubectl_mcp_server-1.19.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|