Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
remove_user.js817 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RemoveUserOperation = void 0; const command_1 = require("./command"); const operation_1 = require("./operation"); /** @internal */ class RemoveUserOperation extends command_1.CommandCallbackOperation { constructor(db, username, options) { super(db, options); this.options = options; this.username = username; } executeCallback(server, session, callback) { super.executeCommandCallback(server, session, { dropUser: this.username }, err => { callback(err, err ? false : true); }); } } exports.RemoveUserOperation = RemoveUserOperation; (0, operation_1.defineAspects)(RemoveUserOperation, [operation_1.Aspect.WRITE_OPERATION]); //# sourceMappingURL=remove_user.js.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