Merge pull request #136 from taylorwilsdon/issues/73
Some checks are pending
Create and publish Docker images with specific build args / build-main-image (linux/amd64) (push) Waiting to run
Create and publish Docker images with specific build args / build-main-image (linux/arm64) (push) Waiting to run
Create and publish Docker images with specific build args / merge-main-images (push) Blocked by required conditions

Issues/73
This commit is contained in:
Tim Jaeryang Baek 2025-05-15 13:30:40 +04:00 committed by GitHub
commit ccee740539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ async def lifespan(app: FastAPI):
await create_dynamic_endpoints(app, api_dependency=api_dependency)
yield
if server_type == "sse":
async with sse_client(url=args[0]) as (
async with sse_client(url=args[0], sse_read_timeout=None) as (
reader,
writer,
):

View File

@ -313,7 +313,7 @@ cli = [
[[package]]
name = "mcpo"
version = "0.0.13"
version = "0.0.14"
source = { editable = "." }
dependencies = [
{ name = "click" },