Skip to main content
Glama

EverArt Forge MCP Server

String.js471 B
import { String as StringToken } from '../../tokenizer/index.js'; import { decode, encode } from '../../utils/string.js'; export const name = 'String'; export const structure = { value: String }; export function parse() { return { type: 'String', loc: this.getLocation(this.tokenStart, this.tokenEnd), value: decode(this.consume(StringToken)) }; } export function generate(node) { this.token(StringToken, encode(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