Skip to main content
Glama

JSON MCP Server

MIT License
80
78
  • Apple
  • Linux
prop.js455 B
var test = require('tape'); var evaluate = require('../'); var parse = require('esprima').parse; test('function property', function (t) { t.plan(1); var src = '[1,2,3+4*10+n,beep.boop(3+5),obj[""+"x"].y]'; var ast = parse(src).body[0].expression; var res = evaluate(ast, { n: 6, beep: { boop: function (x) { return x * 100 } }, obj: { x: { y: 555 } } }); t.deepEqual(res, [ 1, 2, 49, 800, 555 ]); });

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