Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
isMongooseObject.js550 B
'use strict'; const isMongooseArray = require('../types/array/isMongooseArray').isMongooseArray; /** * Returns if `v` is a mongoose object that has a `toObject()` method we can use. * * This is for compatibility with libs like Date.js which do foolish things to Natives. * * @param {Any} v * @api private */ module.exports = function(v) { return ( v != null && ( isMongooseArray(v) || // Array or Document Array v.$__ != null || // Document v.isMongooseBuffer || // Buffer v.$isMongooseMap // Map ) ); };

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/yywdandan/memory-bank-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server