Fix MCP deps, and put service on port 8000

This commit is contained in:
Cyber MacGeddon 2025-07-02 18:14:59 +01:00
parent 11e00ff5fd
commit 50b831cd0a
2 changed files with 1 additions and 5 deletions

View file

@ -34,7 +34,6 @@ setuptools.setup(
python_requires='>=3.8',
download_url = "https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v" + version + ".tar.gz",
install_requires=[
"trustgraph-base>=1.1,<1.2",
"mcp",
"websockets",
],