Skip to main content
Glama

EverArt Forge MCP Server

String.cjs559 B
'use strict'; const string = require('../../utils/string.cjs'); const types = require('../../tokenizer/types.cjs'); const name = 'String'; const structure = { value: String }; function parse() { return { type: 'String', loc: this.getLocation(this.tokenStart, this.tokenEnd), value: string.decode(this.consume(types.String)) }; } function generate(node) { this.token(types.String, string.encode(node.value)); } exports.generate = generate; exports.name = name; exports.parse = parse; exports.structure = structure;

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