trustgraph/trustgraph-mcp/scripts/mcp-server
cybermaggedon f907ea7db8
PoC MCP server (#419)
* Very initial MCP server PoC for TrustGraph

* Put service on port 8000

* Add MCP container and packages to buildout
2025-07-02 18:19:23 +01:00

6 lines
70 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.mcp_server import run
run()