Skip to main content
Glama
boolean_attributes.js684 B
const _boolean_attributes = /** @type {const} */ ([ 'allowfullscreen', 'allowpaymentrequest', 'async', 'autofocus', 'autoplay', 'checked', 'controls', 'default', 'defer', 'disabled', 'formnovalidate', 'hidden', 'inert', 'ismap', 'loop', 'multiple', 'muted', 'nomodule', 'novalidate', 'open', 'playsinline', 'readonly', 'required', 'reversed', 'selected' ]); /** * List of HTML boolean attributes (e.g. `<input disabled>`). * Source: https://html.spec.whatwg.org/multipage/indices.html * * @type {Set<string>} */ export const boolean_attributes = new Set([..._boolean_attributes]); /** @typedef {typeof _boolean_attributes[number]} BooleanAttributes */

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/MatheusgVentura/Project-One'

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