Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
partitioned_unicode.js743 B
var it = require('it-is').style('colour') , split = require('..') exports ['split data with partitioned unicode character'] = function (test) { var s = split(/,/g) , caughtError = false , rows = [] s.on('error', function (err) { caughtError = true }) s.on('data', function (row) { rows.push(row) }) var x = 'テスト試験今日とても,よい天気で' unicodeData = new Buffer(x); // partition of 日 piece1 = unicodeData.slice(0, 20); piece2 = unicodeData.slice(20, unicodeData.length); s.write(piece1); s.write(piece2); s.end() it(caughtError).equal(false) it(rows).deepEqual(['テスト試験今日とても', 'よい天気で']); it(rows).deepEqual(x.split(',')) test.done() }

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