@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.
- package/package.json +1 -1
- package/python/server.py +1 -1
package/package.json
CHANGED
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,
|
|
19
|
+
from html_validator_strict import StrictHTMLValidator, strict_validator
|
|
20
20
|
from html_fixer import HTMLFixer
|
|
21
21
|
|
|
22
22
|
# Create MCP server
|