Skip to main content
Glama

EverArt Forge MCP Server

font-weight.js617 B
export default function compressFontWeight(node) { const value = node.children.head.data; if (value.type === 'Identifier') { switch (value.name) { case 'normal': node.children.head.data = { type: 'Number', loc: value.loc, value: '400' }; break; case 'bold': node.children.head.data = { type: 'Number', loc: value.loc, value: '700' }; break; } } };

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/nickbaumann98/everart-forge-mcp'

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