Hard code a test server

This commit is contained in:
Cyber MacGeddon 2025-07-07 23:01:56 +01:00
parent 9b952bae10
commit 9790a994ae

View file

@ -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,
_,