From 3633e7ee85904947d8701c2fb210a13fce74d058 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 9 Jan 2026 14:47:04 +0000 Subject: [PATCH] Add missing trustgraph-base dependency --- trustgraph-mcp/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/trustgraph-mcp/pyproject.toml b/trustgraph-mcp/pyproject.toml index c99b296e..48449831 100644 --- a/trustgraph-mcp/pyproject.toml +++ b/trustgraph-mcp/pyproject.toml @@ -12,6 +12,7 @@ requires-python = ">=3.8" dependencies = [ "mcp", "websockets", + "trustgraph-base", ] classifiers = [ "Programming Language :: Python :: 3",