Very initial MCP server PoC for TrustGraph

This commit is contained in:
Cyber MacGeddon 2025-07-02 17:13:24 +01:00
parent f0b2752abf
commit 11e00ff5fd
8 changed files with 1621 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env python3
from trustgraph.mcp_server import run
run()