diff --git a/README.md b/README.md index cd4923f..b835554 100644 --- a/README.md +++ b/README.md @@ -155,9 +155,10 @@ Tools are accessible via FastMCP protocol over SSE. Perfect for: - **Real-time weather APIs** ### Interactive Testing -Use the included test client: +Start the server and navigate to the test client: ```bash -open examples/sse_client.html +clima-mcp run +# Then open: http://localhost:8000/ ``` ![Clima Demo Interface](docs/images/clima-demo-screenshot.png)