Skip to main content
Glama

mcp-appstore

by appreply-co
propSatisfies.js576 B
var _curry3 = require('./internal/_curry3'); /** * Returns `true` if the specified object property satisfies the given * predicate; `false` otherwise. * * @func * @memberOf R * @since v0.16.0 * @category Logic * @sig (a -> Boolean) -> String -> {String: a} -> Boolean * @param {Function} pred * @param {String} name * @param {*} obj * @return {Boolean} * @see R.propEq, R.propIs * @example * * R.propSatisfies(x => x > 0, 'x', {x: 1, y: 2}); //=> true */ module.exports = _curry3(function propSatisfies(pred, name, obj) { return pred(obj[name]); });

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/appreply-co/mcp-appstore'

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