Skip to main content
Glama

BMAD MCP Server

by Dali1789
index.d.tsโ€ข467 B
/** Escape RegExp special characters. You can also use this to escape a string that is inserted into the middle of a regex, for example, into a character class. @example ``` import escapeStringRegexp = require('escape-string-regexp'); const escapedString = escapeStringRegexp('How much $ for a ๐Ÿฆ„?'); //=> 'How much \\$ for a ๐Ÿฆ„\\?' new RegExp(escapedString); ``` */ declare const escapeStringRegexp: (string: string) => string; export = escapeStringRegexp;

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/Dali1789/bmad-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server