Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions awesome-copilot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down