UNPKG

@takashito/linode-mcp-server

Version:

MCP server for Linode API

16 lines 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VERSION_INFO = exports.VERSION = void 0; /** * Linode MCP Server version information */ exports.VERSION = '0.3.0'; exports.VERSION_INFO = { version: exports.VERSION, features: { stdio: true, http: true, apiKeyAuth: true, } }; //# sourceMappingURL=version.js.map