We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797dce4 commit ff8dcddCopy full SHA for ff8dcdd
examples/http/README.md
@@ -32,7 +32,7 @@ The client will:
32
At any given time you can pass a custom URL to the program to run it on a custom host/port:
33
34
```
35
-go run main.go server http://0.0.0.0:9000
+go run main.go -host 0.0.0.0 -port 9000 server
36
37
38
## Testing with real-world MCP Clients
0 commit comments