mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
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:
parent
f0b2752abf
commit
f907ea7db8
10 changed files with 1670 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