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 ef79e12 commit 33ba349Copy full SHA for 33ba349
README.md
@@ -241,7 +241,7 @@ Copy [.env.example](.env.example) to `.env` and tweak any of the settings (or us
241
```bash
242
# 1️⃣ Spin up the sample GO MCP time server using mcpgateway.translate & docker
243
python3 -m mcpgateway.translate \
244
- --stdio "docker run --rm -it -p 8888:8080 ghcr.io/ibm/fast-time-server:latest -transport=stdio" \
+ --stdio "docker run --rm -i -p 8888:8080 ghcr.io/ibm/fast-time-server:latest -transport=stdio" \
245
--port 8003
246
247
# Or using the official mcp-server-git using uvx:
0 commit comments