docs(changelog): identity-app surface (Stage 3) + /mcp bare-name wire change#281
Open
mgoldsborough wants to merge 1 commit into
Open
docs(changelog): identity-app surface (Stage 3) + /mcp bare-name wire change#281mgoldsborough wants to merge 1 commit into
mgoldsborough wants to merge 1 commit into
Conversation
… change Document PR #279: Conversations as a top-level identity-owned app at /conversations, discriminated request scope, and the external-facing /mcp wire-contract change (bare conversations__* names, deduped active set). The feature was undocumented in the changelog post-merge.
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.
Follow-up to #279, which merged without a CHANGELOG entry.
What
Two additions to the
[Unreleased]section:/conversations, callable via chat //mcp/ REST) and the discriminated request scope ({kind:"workspace"} | {kind:"identity"}) that makes a workspace-less workspace request unrepresentable./mcpwire-contract change: identity-source tools now surface as bareconversations__*(notws_<id>-conversations__*), and the active tool set is scoped to the focused workspace + identity tools so the platformnb__*tools appear once instead of once per workspace. The cross-workspace union stays reachable vianb__search.Why
External
/mcpclients that pinned aws_<id>-conversations__*tool name need to switch to the bare form — that contract change deserves a changelog line. The Stage 3 feature was otherwise undocumented post-merge.Docs-only; no code paths touched.