docs: document --auth-token flag, OAuth callback security note, and TUI notification UX#2932
Merged
Conversation
f380ed0 to
4f7bc5b
Compare
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Documentation PR adding --auth-token flag entries to two reference tables and a security callout to the Remote MCP OAuth section. The changes are factually sound and the security advice is appropriate. Two minor clarity/consistency notes are left as inline comments.
24f07b3 to
b2c1310
Compare
b2c1310 to
01ad536
Compare
trungutt
approved these changes
May 29, 2026
dgageot
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Catch-up documentation updates for code changes merged in the last 36 hours.
Commits
docs: document --auth-token flag and add OAuth callback security note(refs #2921)Files:
docs/features/api-server/index.md,docs/features/cli/index.md,docs/features/remote-mcp/index.md--auth-tokento thedocker agent serve apiflags table in both the CLI reference and API server docs.--auth-tokenwhendocker agent serve apilistens on a non-localhost interface, explaining the threat model forPOST /api/mcp-oauth/callback.docs: document TUI notification UX improvements(refs #2931)File:
docs/features/tui/index.mdAdded a
## Notificationssection documenting the updated notification behaviour:PRs covered
--auth-tokenflag documented in API server + CLI reference; OAuth callback security callout added to Remote MCP docsPRs with no additional doc gaps
docs/tools/mcp-catalog/index.md)