PoC MCP server (#419)

* Very initial MCP server PoC for TrustGraph

* Put service on port 8000

* Add MCP container and packages to buildout
This commit is contained in:
cybermaggedon 2025-07-02 18:19:23 +01:00 committed by GitHub
parent f0b2752abf
commit f907ea7db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1670 additions and 0 deletions

View file

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