Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
multer-error.js659 B
var util = require('util') var errorMessages = { LIMIT_PART_COUNT: 'Too many parts', LIMIT_FILE_SIZE: 'File too large', LIMIT_FILE_COUNT: 'Too many files', LIMIT_FIELD_KEY: 'Field name too long', LIMIT_FIELD_VALUE: 'Field value too long', LIMIT_FIELD_COUNT: 'Too many fields', LIMIT_UNEXPECTED_FILE: 'Unexpected field', MISSING_FIELD_NAME: 'Field name missing' } function MulterError (code, field) { Error.captureStackTrace(this, this.constructor) this.name = this.constructor.name this.message = errorMessages[code] this.code = code if (field) this.field = field } util.inherits(MulterError, Error) module.exports = MulterError

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