Skip to main content
Glama

JSON MCP Server

MIT License
80
78
  • Apple
  • Linux
cmp.js446 B
var test = require('tape'); var equal = require('../'); test('equal', function (t) { t.ok(equal( { a : [ 2, 3 ], b : [ 4 ] }, { a : [ 2, 3 ], b : [ 4 ] } )); t.end(); }); test('not equal', function (t) { t.notOk(equal( { x : 5, y : [6] }, { x : 5, y : 6 } )); t.end(); }); test('nested nulls', function (t) { t.ok(equal([ null, null, null ], [ null, null, null ])); t.end(); });

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/JSON-MCP-Server'

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