Skip to main content
Glama

Backlog MCP Server

replace-version.js550 B
import { readFileSync, writeFileSync, copyFileSync } from "fs"; const pkg = JSON.parse(readFileSync("./package.json", "utf8")); const version = pkg.version; const templatePath = "./src/version.template.ts"; const outputPath = "./src/version.ts"; // Always reset from template before injecting copyFileSync(templatePath, outputPath); const content = readFileSync(outputPath, "utf8"); const replaced = content.replace(/__VERSION__/, version); writeFileSync(outputPath, replaced); console.log(`✔ Injected VERSION=${version} into ${outputPath}`);

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/nulab/backlog-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server