Skip to main content
Glama

EverArt Forge MCP Server

WhiteSpace.js543 B
import { WhiteSpace } from '../../tokenizer/index.js'; const SPACE = Object.freeze({ type: 'WhiteSpace', loc: null, value: ' ' }); export const name = 'WhiteSpace'; export const structure = { value: String }; export function parse() { this.eat(WhiteSpace); return SPACE; // return { // type: 'WhiteSpace', // loc: this.getLocation(this.tokenStart, this.tokenEnd), // value: this.consume(WHITESPACE) // }; } export function generate(node) { this.token(WhiteSpace, node.value); }

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