UNPKG

@takashito/linode-mcp-server

Version:

MCP server for Linode API

7 lines (6 loc) 232 B
import { FastMCP } from 'fastmcp'; import { LinodeClient } from '../../client'; /** * Registers Kubernetes tools with the MCP server */ export declare function registerKubernetesTools(server: FastMCP, client: LinodeClient): void;