trustgraph/trustgraph-flow/scripts/mcp-tool
cybermaggedon e56186054a
MCP client support (#427)
- MCP client service
- Tool request/response schema
- API gateway support for mcp-tool
- Message translation for tool request & response
- Make mcp-tool using configuration service for information
  about where the MCP services are.
2025-07-07 23:52:23 +01:00

6 lines
74 B
Python
Executable file

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