mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
* Very initial MCP server PoC for TrustGraph * Put service on port 8000 * Add MCP container and packages to buildout
6 lines
70 B
Python
Executable file
6 lines
70 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.mcp_server import run
|
|
|
|
run()
|
|
|