Skip to main content
Glama

mcp-appstore

by appreply-co
is-string-literal.js376 B
"use strict"; var ensureString = require("type/string/ensure"); module.exports = function (str) { var quote, i, char; str = ensureString(str); quote = str[0]; if (quote !== "'" && quote !== "\"") return false; i = 0; char = str[++i]; while (char) { if (char === quote) break; if (char === "\\") ++i; char = str[++i]; } return Boolean(char && !str[i + 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