UNPKG

mcp-backlog-md

Version:

An MCP (Model Context Protocol) server for the backlog.md CLI tool.

15 lines (14 loc) 476 B
/** * utils.ts * * Purpose: * - Provides utility constants and functions that are shared across the application. * * Logic Overview: * - Exports a `backlogCommand` constant, which defines the base command for interacting with the `backlog.md` CLI tool. * - This centralizes the command string, making it easy to update if needed. * * Last Updated: * 2025-07-25 by Cline (Model: Cline, Task: Add missing file header) */ export const backlogCommand = 'npx backlog';