Skip to content

Commit

Permalink
Fixes mcp-proxy command (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
markwaddle authored Feb 24, 2025
1 parent 04d95aa commit 2b03234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/connect-hosted-codespace-assistant-to-local-mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ uvx mcp-proxy --sse-port={port} {command}
pipx run mcp-proxy --sse-port={port} {command}
```

Example for port 50001 and command `uvx mcp-server-fetch`:
Example for port 50001 and command `mcp-server-fetch`:

```bash
uvx mcp-proxy --sse-port=50001 uvx mcp-server-fetch
uvx mcp-proxy --sse-port=50001 mcp-server-fetch
```

## HTTP Server-Sent Events (SSE) transport
Expand Down

0 comments on commit 2b03234

Please sign in to comment.