mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-21 11:11:03 +02:00
Hard code a test server
This commit is contained in:
parent
9b952bae10
commit
9790a994ae
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ class Service(ToolService):
|
|||
print(name)
|
||||
print(parameters)
|
||||
# Connect to a streamable HTTP server
|
||||
async with streamablehttp_client("http://mcp-server:8000/mcp/") as (
|
||||
# async with streamablehttp_client("http://mcp-server:8000/mcp/") as (
|
||||
async with streamablehttp_client("http://host.containers.internal:9870/mcp/") as (
|
||||
read_stream,
|
||||
write_stream,
|
||||
_,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue