UNPKG

mcp-weekly-report

Version:

MCP server for editing Confluence weekly reports with markdown to HTML conversion and synergy collaboration support

31 lines 615 B
{ "name": "mcp-weekly-report", "version": "1.0.9", "description": "MCP server for editing Confluence weekly reports with markdown to HTML conversion and synergy collaboration support", "main": "bin/cli.js", "bin": { "mcp-weekly-report": "./bin/cli.js" }, "scripts": { "start": "node bin/cli.js" }, "keywords": [ "mcp", "confluence", "weekly-report", "markdown", "html", "collaboration" ], "author": "jaehyung1.lee", "license": "MIT", "engines": { "node": ">=14.0.0" }, "files": [ "bin/", "src/", "requirements.txt", "README.md" ] }