Skip to main content
Glama
getDefinePropertySrc.js•865 B
"use strict"; var __get__ = require("./__get__.js"); var __set__ = require ("./__set__.js"); var __with__ = require("./__with__.js"); var srcs = { "__get__": __get__.toString(), "__set__": __set__.toString(), "__with__": __with__.toString() }; function getDefinePropertySrc() { var src = "if (typeof(module.exports) === 'function' || \n" + "(typeof(module.exports) === 'object' && module.exports !== null && Object.isExtensible(module.exports))) {\n"; src += Object.keys(srcs).reduce(function forEachSrc(preValue, value) { return preValue += "Object.defineProperty(module.exports, '" + value + "', {enumerable: false, value: " + srcs[value] + ", "+ "writable: true}); "; }, ""); src += "\n}"; return src; } module.exports = getDefinePropertySrc;

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/samihalawa/brevo-mcp'

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