Skip to main content
Glama
jmandel

Smart EHR MCP Server

by jmandel
utils.ts480 B
// Placeholder utility - replace with a robust library like lodash.isEqual or fast-deep-equal export function deepEqual(a: any, b: any): boolean { // Basic implementation for demonstration - prone to errors with Dates, RegExps, order, etc. try { return JSON.stringify(a) === JSON.stringify(b); } catch (e) { // Handle circular references or other stringify issues console.error("deepEqual comparison failed:", e); return false; } }

Latest Blog Posts

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/jmandel/health-record-mcp'

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