UNPKG

mcp-server-kubernetes

Version:

MCP server for interacting with Kubernetes clusters via kubectl

16 lines (15 loc) 461 B
export const contextParameter = { type: "string", description: "Kubeconfig Context to use for the command (optional - defaults to null)", default: "", }; export const namespaceParameter = { type: "string", description: "Kubernetes namespace", default: "default", }; export const dryRunParameter = { type: "boolean", description: "If true, only validate the resource, don't actually execute the operation", default: false, };