Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
writeArray.asynct.js653 B
var es = require('../') , it = require('it-is').style('colour') , d = require('ubelt') exports ['write an array'] = function (test) { var readThis = d.map(3, 6, 100, d.id) //array of multiples of 3 < 100 var writer = es.writeArray(function (err, array){ if(err) throw err //unpossible it(array).deepEqual(readThis) test.done() }) d.each(readThis, writer.write.bind(writer)) writer.end() } exports ['writer is writable, but not readable'] = function (test) { var reader = es.writeArray(function () {}) it(reader).has({ readable: false, writable: true }) test.done() } require('./helper')(module)

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