UNPKG

mcp-server-kubernetes

Version:

MCP server for interacting with Kubernetes clusters via kubectl

12 lines (11 loc) 236 B
export const cleanupSchema = { name: "cleanup", description: "Cleanup all managed resources", inputSchema: { type: "object", properties: {}, }, annotations: { destructiveHint: true, }, };