Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
updatefonts.mjs738 B
import "zx/globals" import webfont from "webfont" const svgs = ["./icon.svg"] async function generateFont() { try { console.log(`build font for ${svgs}`) const result = await webfont.webfont({ files: svgs, formats: ["woff"], startUnicode: 0xe000, verbose: false, normalize: true, sort: false, }) fs.ensureDirSync("./media") const dest = path.join("./media", "genaiscript.woff") fs.writeFileSync(dest, result.woff, "binary") console.log(`Font created at ${dest}`) process.exit(0) } catch (e) { console.error("Font creation failed.", e) process.exit(-1) } } generateFont()

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/microsoft/genaiscript'

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