Document MCP client editing and deletion - #7940
Conversation
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
✅ Elastic Docs Style Checker (Vale)No issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
199ce74 to
177d2f0
Compare
AI-Assisted: Codex drafted and validated the OAuth client management updates.
177d2f0 to
df78b15
Compare
| 6. Edit any of the following fields: | ||
| - **Name**: Enter a name with no more than 128 characters. | ||
| - **Client logo (optional)**: Select a provided logo, upload a PNG, JPEG, or GIF of up to 192 KB, or remove the existing logo. | ||
| - **Redirect URI type**: Select **Local** or **Remote**, and then enter at least one redirect URI. Local clients support up to 20 redirect URIs. Remote clients support one HTTPS redirect URI. Each URI can contain up to 2,048 characters. |
There was a problem hiding this comment.
duplicating the requirements of these fields here feels like a recipe for breakage. consider trimming?
also the flow for uri editing is more than "enter"
| 6. Edit any of the following fields: | |
| - **Name**: Enter a name with no more than 128 characters. | |
| - **Client logo (optional)**: Select a provided logo, upload a PNG, JPEG, or GIF of up to 192 KB, or remove the existing logo. | |
| - **Redirect URI type**: Select **Local** or **Remote**, and then enter at least one redirect URI. Local clients support up to 20 redirect URIs. Remote clients support one HTTPS redirect URI. Each URI can contain up to 2,048 characters. | |
| 6. Edit any of the following fields: | |
| - **Name**: Enter a name with no more than 128 characters. | |
| - **Client logo (optional)**: Select a provided logo, upload a PNG, JPEG, or GIF of up to 192 KB, or remove the existing logo. | |
| - **Redirect URI type**: Select **Local** or **Remote**, and then add, remove, or edit an existing redirect URI. Local clients support up to 20 redirect URIs. Remote clients support one HTTPS redirect URI. Each URI can contain up to 2,048 characters. |
There was a problem hiding this comment.
Moved the shared constraints to the create procedure as the canonical source of truth and linked to it from the edit task. The URI guidance now covers adding, removing, and editing. 0fbde8833
|
@shainaraskas assigning this to you because we can't merge it until next week 🙏 |
|
|
||
| ::::{step} Name the client | ||
| Enter a **Client name**. The name is visible to users during the authorization flow, so use something that clearly identifies the application (for example, `Claude Desktop — Engineering`). | ||
| Enter a **Client name** with no more than 128 characters. The name is visible to users during the authorization flow, so use something that clearly identifies the application (for example, `Claude Desktop — Engineering`). |
There was a problem hiding this comment.
@leemthompo how strongly do you feel about these limits being included in the docs? imo this is unnecessary detail because the ui enforces the limits

Summary
Closes elastic/docs-content-internal#1617
Source
Generative AI disclosure
Tool and model used: OpenAI Codex (GPT-5) for drafting, source verification, and consistency checks.