Skip to content

Commit 22d5524

Browse files
committed
Update client secret note
Signed-off-by: Dan Barr <[email protected]>
1 parent c0add34 commit 22d5524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/toolhive/_partials/_remote-mcp-auth-examples.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Configure the remote MCP server in ToolHive:
4646
- **Token URL**: `https://github.com/login/oauth/access_token`
4747
- **Client ID**: Your GitHub OAuth app client ID (e.g.,
4848
`Og44jirLIaUgSiTDNGA3`)
49-
- **Client secret**: Your GitHub OAuth app client secret
49+
- **Client secret**: Your GitHub OAuth app client secret (optional if PKCE is
50+
enabled)
5051
- **Scopes**: `repo,user:email` (comma-separated list of required
5152
permissions)
5253
- **PKCE**: Enable this option for enhanced security without requiring a
@@ -71,7 +72,8 @@ GitHub OAuth app from the previous example.
7172
- **Issuer URL**: `https://github.com/login/oauth`
7273
- **Client ID**: Your GitHub OAuth app client ID (e.g.,
7374
`Og44jirLIaUgSiTDNGA3`)
74-
- **Client secret**: Your GitHub OAuth app client secret (optional for PKCE)
75+
- **Client secret**: Your GitHub OAuth app client secret (optional if PKCE is
76+
enabled)
7577
- **PKCE**: Enable this option for enhanced security without requiring a
7678
client secret
7779
1. When you install the server, ToolHive opens your browser to authenticate with

0 commit comments

Comments
 (0)