From dc829d3318244d708893e7841bab79d101abf051 Mon Sep 17 00:00:00 2001 From: Jean Odoux Date: Sat, 17 Jan 2026 14:06:44 +0100 Subject: [PATCH] fix: mcp-remote command --- docs/mcp/connecting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mcp/connecting.md b/docs/mcp/connecting.md index 7eca1b68..74bb7fc9 100644 --- a/docs/mcp/connecting.md +++ b/docs/mcp/connecting.md @@ -172,7 +172,7 @@ Add to your OpenCode MCP configuration in `~/.config/opencode/config.json`: After adding the config, run the auth flow manually the first time: ```bash -npx mcp-remote auth https://tanstack.com/api/mcp +npx mcp-remote https://tanstack.com/api/mcp auth ``` This opens a browser to authorize access. After that, OpenCode will connect automatically.