Skip to content

Commit ff8dcdd

Browse files
committed
Fix the docs.
1 parent 797dce4 commit ff8dcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The client will:
3232
At any given time you can pass a custom URL to the program to run it on a custom host/port:
3333

3434
```
35-
go run main.go server http://0.0.0.0:9000
35+
go run main.go -host 0.0.0.0 -port 9000 server
3636
```
3737

3838
## Testing with real-world MCP Clients

0 commit comments

Comments
 (0)