|
|
@@ -18,6 +18,25 @@ pip install -r requirements.txt
|
|
|
|
|
|
Default URL base: `http://127.0.0.1:8505`
|
|
|
|
|
|
+### Docker / Compose
|
|
|
+
|
|
|
+Build and start the server with Compose from the project directory:
|
|
|
+
|
|
|
+```bash
|
|
|
+docker compose up -d --build
|
|
|
+```
|
|
|
+
|
|
|
+The container listens on port `8505` and exposes the MCP SSE transport at:
|
|
|
+
|
|
|
+- `http://127.0.0.1:8505/mcp/sse`
|
|
|
+- `http://127.0.0.1:8505/health`
|
|
|
+
|
|
|
+To stop it:
|
|
|
+
|
|
|
+```bash
|
|
|
+docker compose down
|
|
|
+```
|
|
|
+
|
|
|
## Tools
|
|
|
|
|
|
- `get_price`
|