Skip to main content
Glama

BMAD MCP Server

by Dali1789
README.md440 B
# js-tokens The tiny, regex powered, lenient, _almost_ spec-compliant JavaScript tokenizer that never fails. ```js const jsTokens = require("js-tokens"); const jsString = 'JSON.stringify({k:3.14**2}, null /*replacer*/, "\\t")'; Array.from(jsTokens(jsString), (token) => token.value).join("|"); // JSON|.|stringify|(|{|k|:|3.14|**|2|}|,| |null| |/*replacer*/|,| |"\t"|) ``` **[➡️ Full readme](https://github.com/lydell/js-tokens/)**

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