UNPKG

@allpepper/memory-bank-mcp

Version:

MCP server for remote management of project memory banks

6 lines (5 loc) 180 B
/** * Regular expression for validating project and file names * Allows only alphanumeric characters, underscores, and hyphens */ export const NAME_REGEX = /^[a-zA-Z0-9_.-]+$/;