Skip to main content
Glama

lunchmoney-mcp

"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parseMapDef = void 0; const parseDef_js_1 = require("../parseDef.js"); const record_js_1 = require("./record.js"); function parseMapDef(def, refs) { if (refs.mapStrategy === "record") { return (0, record_js_1.parseRecordDef)(def, refs); } const keys = (0, parseDef_js_1.parseDef)(def.keyType._def, { ...refs, currentPath: [...refs.currentPath, "items", "items", "0"], }) || {}; const values = (0, parseDef_js_1.parseDef)(def.valueType._def, { ...refs, currentPath: [...refs.currentPath, "items", "items", "1"], }) || {}; return { type: "array", maxItems: 125, items: { type: "array", items: [keys, values], minItems: 2, maxItems: 2, }, }; } exports.parseMapDef = parseMapDef;

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/leafeye/lunchmoney-mcp-server'

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