UNPKG

mcp-server-kubernetes

Version:

MCP server for interacting with Kubernetes clusters via kubectl

16 lines (15 loc) 344 B
export const pingSchema = { name: "ping", description: "Verify that the counterpart is still responsive and the connection is alive.", inputSchema: { type: "object", properties: {}, required: [], }, annotations: { readOnlyHint: true, }, }; export async function ping() { return {}; }