From 5c454c0efb3a23eacdcbba168e3860b5c053534b Mon Sep 17 00:00:00 2001 From: Nick Masi <33795684+N-Masi@users.noreply.github.com> Date: Tue, 14 Apr 2026 16:26:21 -0400 Subject: [PATCH] Update README.md --- examples/http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/http/README.md b/examples/http/README.md index 3bd8c933..ae6bccbe 100644 --- a/examples/http/README.md +++ b/examples/http/README.md @@ -15,7 +15,7 @@ The example implements: ```bash go run . server ``` -This starts an MCP server on `http://localhost:8080` (default) that provides a `cityTime` tool. +This starts an MCP server on `http://localhost:8000` (default) that provides a `cityTime` tool. To run a client in another terminal: