Skip to main content
Glama

EverArt Forge MCP Server

utils.cjs295 B
'use strict'; function hasNoChildren(node) { return !node || !node.children || node.children.isEmpty; } function isNodeChildrenList(node, list) { return node !== null && node.children === list; } exports.hasNoChildren = hasNoChildren; exports.isNodeChildrenList = isNodeChildrenList;

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