[mcp] Add a basic mcp service
Some checks failed
build / test (push) Failing after 31s

This commit is contained in:
2026-06-21 01:26:16 -04:00
parent c001248d1b
commit ab6459e4b0
4 changed files with 529 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python = ">=3.11,<3.15"
Django = "^4.0.3"
django-extensions = "^3.1.5"
python-dateutil = "^2.8.2"
python-dotenv = "^0.20.0"
python-dotenv = ">=0.20.0,<2"
python-json-logger = "^2.0.2"
colorlog = "^6.6.0"
httpx = "<=0.27.2"
@ -43,6 +43,7 @@ ipython = "^8.14.0"
pendulum = "^3"
trafilatura = "^1.6.3"
django-imagekit = "^5.0.0"
django-mcp-server = "^0.5.7"
thefuzz = "^0.22.1"
dataclass-wizard = "^0.35.0"
webdavclient3 = "^3.14.6"