mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Very initial MCP server PoC for TrustGraph
This commit is contained in:
parent
f0b2752abf
commit
11e00ff5fd
8 changed files with 1621 additions and 0 deletions
6
trustgraph-mcp/scripts/mcp-server
Executable file
6
trustgraph-mcp/scripts/mcp-server
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from trustgraph.mcp_server import run
|
||||
|
||||
run()
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue