#!/usr/bin/env python3

from trustgraph.mcp_server import run

run()

