Skip to main content
Glama
jsx-dev-runtime.js444 B
// src/jsx/jsx-dev-runtime.ts import { jsxFn } from "./base.js"; import { Fragment } from "./base.js"; function jsxDEV(tag, props, key) { let node; if (!props || !("children" in props)) { node = jsxFn(tag, props, []); } else { const children = props.children; node = Array.isArray(children) ? jsxFn(tag, props, children) : jsxFn(tag, props, [children]); } node.key = key; return node; } export { Fragment, jsxDEV };

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/Valerio357/bet-mcp'

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