mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 20:21: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(name)
|
||||||
print(parameters)
|
print(parameters)
|
||||||
# Connect to a streamable HTTP server
|
# 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,
|
read_stream,
|
||||||
write_stream,
|
write_stream,
|
||||||
_,
|
_,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue