trustgraph/trustgraph-mcp/trustgraph/mcp_server/__main__.py
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

7 lines
85 B
Python
Executable file

#!/usr/bin/env python3
from . mcp import run
if __name__ == '__main__':
run()