This tool functions as a Model Context Protocol (MCP) server designed to seamlessly transform Markdown strings into Backlog wiki notation. It exposes a single, powerful tool, `markdown_to_backlog`, which can be readily integrated into various MCP-compatible clients like Cursor, Claude Code, or the MCP Inspector, enabling developers and teams to automate content conversion within their workflows.
主な機能
01Registers a single `markdown_to_backlog` tool for clients
02Includes automated tests verifying conversion accuracy with sample fixtures
03Runs as an MCP stdio server for easy local development tool integration
04Converts Markdown strings to Backlog notation using the `md2bg` library
050 GitHub stars