mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
- 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.
6 lines
74 B
Python
Executable file
6 lines
74 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from trustgraph.agent.mcp_tool import run
|
|
|
|
run()
|
|
|