Skip to main content
Glama

mcp-appstore

by appreply-co
concat.js626 B
var flip = require('./flip'); var invoker = require('./invoker'); /** * Returns the result of concatenating the given lists or strings. * * Dispatches to the `concat` method of the first argument, if present. * * @func * @memberOf R * @since v0.1.0 * @category List * @sig [a] -> [a] -> [a] * @sig String -> String -> String * @param {Array|String} a * @param {Array|String} b * @return {Array|String} * * @example * * R.concat([], []); //=> [] * R.concat([4, 5, 6], [1, 2, 3]); //=> [4, 5, 6, 1, 2, 3] * R.concat('ABC', 'DEF'); // 'ABCDEF' */ module.exports = flip(invoker(1, 'concat'));

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