Skip to main content
Glama

mcp-appstore

by appreply-co
and.js609 B
var _curry2 = require('./internal/_curry2'); /** * Returns `true` if both arguments are `true`; `false` otherwise. * * @func * @memberOf R * @since v0.1.0 * @category Logic * @sig * -> * -> * * @param {Boolean} a A boolean value * @param {Boolean} b A boolean value * @return {Boolean} `true` if both arguments are `true`, `false` otherwise * @see R.both * @example * * R.and(true, true); //=> true * R.and(true, false); //=> false * R.and(false, true); //=> false * R.and(false, false); //=> false */ module.exports = _curry2(function and(a, b) { return a && b; });

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