feat: docker support

Adds docker support to the example server.
this allows the example servers to be run in a containerized environment.
This commit is contained in:
Vijaykoushik Sekar
2025-04-04 11:46:12 +05:30
parent 4254ff37f1
commit d2239bbe12
10 changed files with 283 additions and 0 deletions
+7
View File
@@ -30,6 +30,13 @@ pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --reload
```
Or using Docker:
```bash
cd servers/filesystem
docker compose up
```
Now, simply point your OpenAPI-compatible clients or AI agents to your local or publicly deployed URL—no configuration headaches, no complicated transports.
## 📂 Server Examples