Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
system.node_info.genai.mts525 B
system({ title: "Information about the current project", }) export default async function (ctx: ChatGenerationContext) { const { $ } = ctx const { stdout: nodeVersion } = await host.exec("node", ["--version"]) const { stdout: npmVersion } = await host.exec("npm", ["--version"]) const { name, version } = (await workspace.readJSON("package.json")) || {} if (nodeVersion) $`- node.js v${nodeVersion}` if (npmVersion) $`- npm v${npmVersion}` if (name) $`- package ${name} v${version || ""}` }

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