UNPKG

mcp-server-kubernetes

Version:

MCP server for interacting with Kubernetes clusters via kubectl

4 lines (3 loc) 173 B
import { Server } from "@modelcontextprotocol/sdk/server/index.js"; import http from "http"; export declare function startStreamableHTTPServer(server: Server): http.Server;