trustgraph/trustgraph-flow/scripts/mcp-tool
Cyber MacGeddon e7224e2b14 - MCP client service
- Tool request/response schema
- API gateway support for mcp-tool
- Message translation for tool request & response
2025-07-07 20:54:20 +01:00

6 lines
74 B
Python
Executable file

#!/usr/bin/env python3
from trustgraph.agent.mcp_tool import run
run()