Skip to main content
Glama

JSON MCP Server

MIT License
80
78
  • Apple
  • Linux
every.js531 B
import cb from './_cb.js'; import isArrayLike from './_isArrayLike.js'; import keys from './keys.js'; // Determine whether all of the elements pass a truth test. export default function every(obj, predicate, context) { predicate = cb(predicate, context); var _keys = !isArrayLike(obj) && keys(obj), length = (_keys || obj).length; for (var index = 0; index < length; index++) { var currentKey = _keys ? _keys[index] : index; if (!predicate(obj[currentKey], currentKey, obj)) return false; } return true; }

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