Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
version.ts973 B
import packageJson from "../package.json" // This file exports specific versions of dependencies and engines from package.json /** * The minimum required Node.js version for this package. * Retrieved from the "engines" field in package.json. */ export const NODE_MIN_VERSION = packageJson.engines.node /** * The version of the 'promptfoo' peer dependency. */ export const PROMPTFOO_VERSION = "0.112.7" /** * The version of the 'typescript' dependency. * Retrieved from the "dependencies" field in package.json. */ export const TYPESCRIPT_VERSION = packageJson.dependencies.typescript /** * The version of the 'dockerode' dependency. * Retrieved from the "dependencies" field in package.json. */ export const DOCKERODE_VERSION = packageJson.dependencies.dockerode /** * The version of the 'playwright' dependency. * Retrieved from the "dependencies" field in package.json. */ export const PLAYWRIGHT_VERSION = packageJson.optionalDependencies.playwright

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