Skip to main content
Glama

Basic Math MCP Server

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

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/bahfahh/mcptest'

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