Skip to main content
Glama

Veri5ight MCP Server

by 5ajaki
mode.js590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ModeOfOperation = void 0; const aes_js_1 = require("./aes.js"); class ModeOfOperation { constructor(name, key, cls) { if (cls && !(this instanceof cls)) { throw new Error(`${name} must be instantiated with "new"`); } Object.defineProperties(this, { aes: { enumerable: true, value: new aes_js_1.AES(key) }, name: { enumerable: true, value: name } }); } } exports.ModeOfOperation = ModeOfOperation; //# sourceMappingURL=mode.js.map

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/5ajaki/veri5ight'

If you have feedback or need assistance with the MCP directory API, please join our Discord server