We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clcc2019/xray-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = default_1;
const uk_js_1 = __importDefault(require("./uk.cjs"));
/** @deprecated Use `uk` instead. */
function default_1() {
return (0, uk_js_1.default)();
}
module.exports = exports.default;