From f84ac371ab28c30a3afc3ef9a71b7eb5749446f9 Mon Sep 17 00:00:00 2001 From: Travis Frisinger Date: Mon, 18 Aug 2025 14:38:35 -0600 Subject: [PATCH] Update README with simpler server instructions - navigate to localhost:8000 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)