Skip to content

Commit 7f12463

Browse files
committed
changed remote server example
1 parent 8a3ec58 commit 7f12463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ Remote MCP servers use the `-remote` suffix **when they have a local
5050
containerized counterpart** to distinguish between the two versions. For
5151
example:
5252

53-
- `github-remote` indicates this is the remote version of a server that also has
54-
a local `github` version
53+
- `notion-remote` indicates this is the remote version of a server that also has
54+
a local `notion` version
5555
- `neon` and `stripe` don't have local counterparts, so they don't use the
5656
`-remote` suffix
5757

58-
To run a remote github mcp server, you should use the `github-remote` name.
58+
To run a remote notion mcp server, you should use the `notion-remote` name.
5959

6060
```bash
61-
thv run github-remote
61+
thv run notion-remote
6262
```
6363

6464
:::

0 commit comments

Comments
 (0)