Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
image-alt-text.mjs409 B
import "zx/globals" echo(`generating alt text for images`) const images = await glob([ "src/assets/*.{png,jpg,gif}", "src/content/**/*.{png,jpg,gif}", ]) for (const image of images) { const alt = image + ".txt" if (await fs.pathExists(alt)) continue await spinner( image, () => $`node ../packages/cli/built/genaiscript.cjs run image-alt-text ${image}` ) }

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