Markdownify MCP Server - UTF-8 Enhanced

{ "name": "mcp-markdownify-server-utf8", "version": "0.0.1", "description": "MCP Markdownify Server with UTF-8 Support - Model Context Protocol Server for Converting Almost Anything to Markdown", "license": "MIT", "author": "quasimodo-XY (Based on work by @zcaceres)", "homepage": "https://github.com/JDJR2024/markdownify-mcp-utf8", "bugs": "https://github.com/JDJR2024/markdownify-mcp-utf8/issues", "type": "module", "bin": { "mcp-markdownify-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "dev": "tsc --watch", "preinstall": "./setup.sh", "start": "node dist/index.js", "test": "bun test", "test:watch": "bun test --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.9.3", "bun": "^1.1.41", "sdk": "link:@types/modelcontextprotocol/sdk", "shx": "^0.3.4", "ts-jest": "^29.2.5", "typescript": "^5.6.2" }, "keywords": [ "markdown", "converter", "utf8", "multilingual", "mcp", "model-context-protocol" ] }