Skip to main content
Glama

mcp-appstore

by appreply-co
prop.js553 B
var _curry2 = require('./internal/_curry2'); /** * Returns a function that when supplied an object returns the indicated * property of that object, if it exists. * * @func * @memberOf R * @since v0.1.0 * @category Object * @sig s -> {s: a} -> a | Undefined * @param {String} p The property name * @param {Object} obj The object to query * @return {*} The value at `obj.p`. * @example * * R.prop('x', {x: 100}); //=> 100 * R.prop('x', {}); //=> undefined */ module.exports = _curry2(function prop(p, obj) { return obj[p]; });

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