Skip to main content
Glama
matcher.js549 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.titleRegex = exports.accessibilityTitleRegex = exports.accessibilityDescrRegex = void 0; /** * Matches single and multi line accessible description */ exports.accessibilityDescrRegex = /accDescr(?:[\t ]*:([^\n\r]*)|\s*{([^}]*)})/; /** * Matches single line accessible title */ exports.accessibilityTitleRegex = /accTitle[\t ]*:([^\n\r]*)/; /** * Matches a single line title */ exports.titleRegex = /title([\t ][^\n\r]*|)/; //# sourceMappingURL=matcher.js.map

Latest Blog Posts

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/ai-of-mine/fast-mermaid-validator-mcp'

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