Run the Server pip install -r requirements.txt uvicorn src.api.server:app --reload Test: curl -X POST http://localhost:8000/chat -H "Content-Type: application/json" -d '{"prompt": "add 2 and 3"}' https://github.com/openbnb-org/mcp-server-airbnb