Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
prepackage.mjs470 B
import "zx/globals" const pkg = await fs.readJSON("./package.json") pkg._enabledApiProposals = pkg.enabledApiProposals pkg.displayName = "GenAIScript" delete pkg.enabledApiProposals await fs.writeJSON("./package.json", pkg, { spaces: 4 }) await fs.rm("genaiscript.vsix", { force: true }) await fs.rm("genaiscript.manifest", { force: true }) await fs.cpSync("../../docs/src/content/docs/getting-started/tutorial.md", "./tutorial.md") console.log(`cleaned package.json`)

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