Skip to content

Commit 8a3ec58

Browse files
committed
used horizontal dots
1 parent ea80d6b commit 8a3ec58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/toolhive/guides-cli/run-mcp-servers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ Specify custom OAuth scopes for the authentication flow:
696696

697697
```bash
698698
thv run https://api.example.com/mcp \
699-
\
699+
... \
700700
--remote-auth-scopes read,write,admin
701701
```
702702

@@ -706,7 +706,7 @@ Adjust the authentication timeout for slow networks:
706706

707707
```bash
708708
thv run https://api.example.com/mcp \
709-
\
709+
... \
710710
--remote-auth-timeout 2m
711711
```
712712

@@ -716,7 +716,7 @@ For headless environments, skip the browser-based OAuth flow:
716716

717717
```bash
718718
thv run https://api.example.com/mcp \
719-
\
719+
... \
720720
--remote-auth-skip-browser
721721
```
722722

0 commit comments

Comments
 (0)