Update README.md

This commit is contained in:
Timothy Jaeryang Baek 2025-03-28 14:07:58 -07:00
parent 23033b3c18
commit 50f1a7eb45

View File

@ -27,7 +27,7 @@ cd openapi-servers
# Example: Installing dependencies for a specific server 'filesystem' # Example: Installing dependencies for a specific server 'filesystem'
cd servers/filesystem cd servers/filesystem
pip install -r requirements.txt 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. Now, simply point your OpenAPI-compatible clients or AI agents to your local or publicly deployed URL—no configuration headaches, no complicated transports.