UNPKG

mcp-server-kubernetes

Version:

MCP server for interacting with Kubernetes clusters via kubectl

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