Skip to content

Commit 9ed3b1d

Browse files
committed
docs: Update README
1 parent 1a4723b commit 9ed3b1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ go install github.com/TBXark/mcp-proxy@latest
3131
```bash
3232
docker run -d -p 9090:9090 -v /path/to/config.json:/config/config.json ghcr.io/tbxark/mcp-proxy:latest
3333
```
34+
or
35+
36+
```bash
37+
docker run -d -p 9090:9090 ghcr.io/tbxark/mcp-proxy:latest --config https://example.com/path/to/config.json
38+
```
3439

3540
## Configuration
3641

@@ -100,7 +105,7 @@ Usage of mcp-proxy:
100105
print version and exit
101106
```
102107
1. The server will start and aggregate the tools and capabilities of the configured MCP clients.
103-
2. You can access the server at the specified address (e.g., `http://localhost:9090/fetch/sse`).
108+
2. You can access the server at `http(s)://{baseURL}/{clientName}/sse`. (e.g., `https://my-mcp.example.com/fetch/sse`, based on the example configuration)
104109
3. If your MCP client does not support custom request headers., you can change the key in `clients` such as `fetch` to a random string, and then access it via `/random-string/sse`.
105110
106111
## Thanks

0 commit comments

Comments
 (0)