Skip to main content
Glama

Memory Bank MCP Server

by yywdandan
rimraf-native.js646 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rimrafNativeSync = exports.rimrafNative = void 0; const fs_js_1 = require("./fs.js"); const { rm } = fs_js_1.promises; const rimrafNative = async (path, opt) => { await rm(path, { ...opt, force: true, recursive: true, }); return true; }; exports.rimrafNative = rimrafNative; const rimrafNativeSync = (path, opt) => { (0, fs_js_1.rmSync)(path, { ...opt, force: true, recursive: true, }); return true; }; exports.rimrafNativeSync = rimrafNativeSync; //# sourceMappingURL=rimraf-native.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