Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
patch-version.mjs464 B
#!/usr/bin/env zx import "zx/globals" const { version } = await fs.readJSON("package.json") console.log(`version: ${version}`) const packages = await glob(["packages/*/package.json", "docs/package.json", , "slides/package.json"]) for (const pkgp of packages) { console.log(`updated ${pkgp}`) const pkg = await fs.readJSON(pkgp) if (version !== pkg.version) { pkg.version = version await fs.writeJSON(pkgp, pkg, { spaces: 2 }) } }

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