Skip to main content
Glama
definition.js708 B
import convertLabToLch from '../lch/convertLabToLch.js'; import convertLchToLab from '../lch/convertLchToLab.js'; import convertLab65ToRgb from '../lab65/convertLab65ToRgb.js'; import convertRgbToLab65 from '../lab65/convertRgbToLab65.js'; import lch from '../lch/definition.js'; const definition = { ...lch, mode: 'lch65', parse: ['--lch-d65'], serialize: '--lch-d65', toMode: { lab65: c => convertLchToLab(c, 'lab65'), rgb: c => convertLab65ToRgb(convertLchToLab(c, 'lab65')) }, fromMode: { rgb: c => convertLabToLch(convertRgbToLab65(c), 'lch65'), lab65: c => convertLabToLch(c, 'lch65') }, ranges: { l: [0, 100], c: [0, 133.807], h: [0, 360] } }; export default definition;

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