mirror of
https://github.com/openshift/openshift-mcp-server.git
synced 2025-10-17 14:27:48 +03:00
8 lines
152 B
Python
8 lines
152 B
Python
"""
|
|
Kubernetes MCP Server (Model Context Protocol) with special support for OpenShift.
|
|
"""
|
|
from .kubernetes_mcp_server import main
|
|
|
|
__all__ = ['main']
|
|
|