UNPKG

@takashito/linode-mcp-server

Version:

MCP server for Linode API

13 lines (12 loc) 249 B
/** * Linode MCP Server version information */ export declare const VERSION = "0.3.0"; export declare const VERSION_INFO: { version: string; features: { stdio: boolean; http: boolean; apiKeyAuth: boolean; }; };