From 50f1a7eb457cb8aebf8461371373237f66e9816b Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 28 Mar 2025 14:07:58 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ff5f6..f5c88a9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ cd openapi-servers # Example: Installing dependencies for a specific server 'filesystem' cd servers/filesystem pip install -r requirements.txt -uvicorn main:app --reload +uvicorn main:app --host 0.0.0.0 --reload ``` Now, simply point your OpenAPI-compatible clients or AI agents to your local or publicly deployed URL—no configuration headaches, no complicated transports.