UNPKG

enhanced-word-mcp-server-live

Version:

Enhanced Word MCP server with live editing capabilities. Features real-time Word document collaboration via WebSocket, Office Add-in integration, and comprehensive document operations with regex positioning fixes.

72 lines (71 loc) 1.74 kB
{ "name": "enhanced-word-mcp-server-live", "version": "1.0.1", "description": "Enhanced Word MCP server with live editing capabilities. Features real-time Word document collaboration via WebSocket, Office Add-in integration, and comprehensive document operations with regex positioning fixes.", "main": "index.js", "bin": { "enhanced-word-mcp-server-live": "./bin/enhanced-word-mcp-server.js" }, "scripts": { "start": "python3 -m word_document_server.main", "test": "python3 test_enhanced_features.py", "install-deps": "pip install -r requirements.txt" }, "keywords": [ "mcp", "word", "document", "academic", "research", "collaboration", "thesis", "microsoft-word", "docx", "formatting", "review", "comments", "track-changes", "section-management", "live-editing", "websocket", "office-addin", "real-time" ], "author": { "name": "Kosta Vučković", "email": "kosta@brown.edu" }, "contributors": [ { "name": "GongRzhe", "email": "gongrzhe@gmail.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ildunari/enhanced-word-live.git" }, "bugs": { "url": "https://github.com/ildunari/enhanced-word-live/issues" }, "homepage": "https://github.com/ildunari/enhanced-word-live#readme", "engines": { "node": ">=16.0.0" }, "files": [ "word_document_server/", "word-live-addin/", "requirements.txt", "README_ENHANCED.md", "QUICK_START_GUIDE.md", "start-live-editing.sh", "start-live-editing.bat", "claude_desktop_config.json", "bin/", "index.js" ], "publishConfig": { "access": "public" } }