Skip to main content
Glama

mcp-appstore

by appreply-co
_dropLastWhile.js214 B
var _slice = require('./_slice'); module.exports = function dropLastWhile(pred, list) { var idx = list.length - 1; while (idx >= 0 && pred(list[idx])) { idx -= 1; } return _slice(list, 0, idx + 1); };

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