Skip to main content
Glama

Travel Planner MCP Server

errors.js610 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.getErrorMap = exports.setErrorMap = exports.defaultErrorMap = void 0; const en_1 = __importDefault(require("./locales/en")); exports.defaultErrorMap = en_1.default; let overrideErrorMap = en_1.default; function setErrorMap(map) { overrideErrorMap = map; } exports.setErrorMap = setErrorMap; function getErrorMap() { return overrideErrorMap; } exports.getErrorMap = getErrorMap;

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/GongRzhe/TRAVEL-PLANNER-MCP-Server'

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