We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sadiuysal/mem0-mcp-server-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
array.full.es5.js•466 B
// a straight copy of the array.full.ts entrypoint,
// but will have different config when passed through rollup
// to allow es5/IE11 support
// it doesn't include recorder which doesn't support IE11,
// and it doesn't include web-vitals which doesn't support IE11
import 'core-js/features/object/from-entries';
import './surveys';
import './exception-autocapture';
import './tracing-headers';
import './array.no-external';
//# sourceMappingURL=array.full.es5.js.map