@birthday8/doc-mcp 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/python/server.py +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@birthday8/doc-mcp",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Doc Creator MCP Server - Generate Word documents from HTML",
5
5
  "main": "index.js",
6
6
  "bin": {
package/python/server.py CHANGED
@@ -16,7 +16,7 @@ from mcp.types import TextContent, Tool
16
16
  sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
17
17
  from docx_converter import convert_html_to_docx as docx_convert
18
18
  from html_validator import validator, template_generator
19
- from html_validator_strict import StrictHTMLValidator, ValidationError, strict_validator
19
+ from html_validator_strict import StrictHTMLValidator, strict_validator
20
20
  from html_fixer import HTMLFixer
21
21
 
22
22
  # Create MCP server