Align with mcp-time-tools: FastAPI Streamable HTTP MCP endpoint

This commit is contained in:
2026-06-13 17:02:18 +00:00
parent 57a225b749
commit 205174dfb3
3 changed files with 786 additions and 468 deletions
+2 -2
View File
@@ -8,14 +8,14 @@ version = "0.1.0"
description = "Python MCP server for DOCX document manipulation"
requires-python = ">=3.10"
dependencies = [
"mcp>=1.0.0",
"fastapi>=0.115.0",
"uvicorn[standard]>=0.24.0",
"python-docx>=1.1.0",
"Pillow>=10.0.0",
"markdown>=3.5",
"html5lib>=1.1",
"regex>=2024.0.0",
"aiofiles>=24.0.0",
"uvicorn>=0.24.0",
]
[project.scripts]