From c78d5c09a7e5aa130f4f7b985e2a9865317ca28c Mon Sep 17 00:00:00 2001 From: rajeevac <41176593+rajeevac@users.noreply.github.com> Date: Thu, 21 May 2026 19:26:14 -0700 Subject: [PATCH] Fix MCP server URL in README for HTTP switch Updated MCP server URL in README to include '/mcp' path. --- awesome-copilot/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome-copilot/README.md b/awesome-copilot/README.md index 7c28126d..ad8eb024 100644 --- a/awesome-copilot/README.md +++ b/awesome-copilot/README.md @@ -64,12 +64,12 @@ Awesome Copilot MCP server includes: **Parameters**: - - `--http`: The switch that indicates to run this MCP server as a streamable HTTP type. When this switch is added, the MCP server URL is `http://localhost:5250`. + - `--http`: The switch that indicates to run this MCP server as a streamable HTTP type. When this switch is added, the MCP server URL is `http://localhost:5250/mcp`. With this parameter, you can run the MCP server like: ```bash - dotnet run --project ./src/McpSamples.AwesomeCopilot.HybridApp -- --http + dotnet run --project ./src/McpSamples.AwesomeCopilot.HybridApp --http ``` #### In a container @@ -95,7 +95,7 @@ Awesome Copilot MCP server includes: **Parameters**: - - `--http`: The switch that indicates to run this MCP server as a streamable HTTP type. When this switch is added, the MCP server URL is `http://localhost:8080`. + - `--http`: The switch that indicates to run this MCP server as a streamable HTTP type. When this switch is added, the MCP server URL is `http://localhost:8080/mcp`. With this parameter, you can run the MCP server like: