Skip to content

Commit 1e30211

Browse files
committed
minor edits
1 parent eedc2b8 commit 1e30211

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

modules/integrations/pages/remote-mcp-clients.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ Anthropic supports custom MCP connectors in Claude.ai (web), Claude Desktop, and
105105
|Field |Value
106106

107107
|*Name*
108-
|Anything that helps the user identify the connector (for example, `Redpanda GitHub` or `RP Github`). Surfaces in Claude's tool list.
108+
|Anything that helps the user identify the connector (for example, `Redpanda GitHub`). Surfaces in Claude's tool list.
109109

110110
|*Remote MCP server URL*
111111
|The MCP server's *API URL* from AI Gateway. Format: `\https://aigw.<cluster-id>.clusters.rdpa.co/mcp/v1/<server-name>`.
112112

113-
|*OAuth Client ID* (optional, under *Advanced settings*)
113+
|*OAuth client ID* (optional, under *Advanced settings*)
114114
|The Client ID from the AI Gateway OAuth Client. Required for any MCP server that requires authentication. Leave blank only for public, no-auth MCP servers.
115115

116-
|*OAuth Client Secret* (under *Advanced settings*)
116+
|*OAuth client secret* (under *Advanced settings*)
117117
|The Client Secret from the AI Gateway OAuth Client. Required whenever Client ID is set.
118118
|===
119119
+
@@ -129,7 +129,7 @@ NOTE: Anthropic's modal warns that connectors are user-trust-based; Anthropic do
129129
The flow mirrors Claude Desktop. The exact menu paths and field labels differ by client:
130130

131131
* *ChatGPT desktop*: Recent builds support remote MCP custom connectors. Confirm the latest menu path; OpenAI iterates on this surface.
132-
* *Gemini Apps*: Recent builds support remote MCP custom connectors.
132+
* *Gemini apps*: Recent builds support remote MCP custom connectors.
133133
* *Cursor*: Supports remote MCP servers in recent builds.
134134

135135
The required inputs are the same as Claude Desktop: connector name, MCP URL, Client ID, Client Secret. The chat client's redirect URIs must be registered on the AI Gateway OAuth Client.
@@ -180,7 +180,7 @@ NOTE: If the MCP server uses a service-account auth mode instead of user-delegat
180180

181181
Maintain registered OAuth Clients without re-creating them:
182182

183-
* *List registered clients*: Open *OAuth Clients*. Each row shows the Name, Grant Types, and Redirect URIs.
183+
* *List registered clients*: Open *OAuth clients*. Each row shows the Name, Grant Types, and Redirect URIs.
184184
* *Edit a client*: Change the redirect URIs or grant types. The Client ID is immutable.
185185
* *Rotate the secret*: Generate a new Client Secret on the detail page. Update the value in every chat client that uses this OAuth Client; old tokens continue to work until they expire.
186186
* *Delete a client*: Invalidates every active token issued under it. Every chat-client connector that depends on this OAuth Client breaks until reconfigured against a replacement.

0 commit comments

Comments
 (0)