mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-10 22:02:12 +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.
7 lines
89 B
Python
7 lines
89 B
Python
#!/usr/bin/env python3
|
|
|
|
from . service import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|
|
|