docs(mcp-settings): clarify that MCP users appear only after OAuth and mention Invite users button#1537
Open
george-dilthey wants to merge 1 commit into
Open
Conversation
…d mention Invite users button
Contributor
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.
What changed
Two targeted additions to
docs/mcp-settings.md:Monitoring usage section (line 48): Added one sentence clarifying that users appear in the
MCP userstable only after completing the OAuth connection flow — invited team members who haven't yet connected through Claude, ChatGPT, or Glean will not appear."What role should I assign…" FAQ (line 112): Added a sentence noting that admins can also invite reps directly from the MCP settings page via the
Invite usersbutton (Sales Rep role is pre-selected), as an alternative to Settings → Team.Why
Intercom conversation #215475021457316 (Komodo Health, Enterprise): the customer asked "How do I add existing team members to the MCP section in Clay?" and clarified "I invited new users but am unable to add them in the MCP section, they only appear there once they connect clay through an MCP." The human support agent (Peter Johnston) confirmed the correct behavior — the
MCP userstable only populates after OAuth — but this prerequisite wasn't stated in the "Monitoring usage" section itself. The doc described what the table shows but not the condition for a user to appear in it, leaving admins confused when their invited-but-not-yet-connected members were absent.Code verification also surfaced a second gap: an
Invite usersbutton exists directly on the MCP settings page (SalesRepsList.tsx:77-79) that the doc didn't mention, pointing only to Settings → Team.Source link(s)
Invite usersbutton:clay-base/apps/frontend/src/components/MCPPage/SalesRepsList.tsx:77-79;clay-base/apps/frontend/src/components/MCPPage/InviteMCPUsersModal.tsx:13-29(modal pre-selectsworkspace-sales-reprole)clay-base/apps/api/v3/sales-reps/services/sales-reps.service.ts:102-116+sales-reps.endpoints.ts:44(endpoint hardcodesrequireConnectedPlatforms: true, filtering out users with no connected platform)Uncertainties
The MCP settings page is gated by Eppo feature flag
EnableSalesRepCreditControlsPage(code default:false). A Slack announcement from April 22, 2026 in #all-product-progress confirmed the feature went live for Launch, Growth, and Enterprise plans — consistent with the existing doc's plan availability text. Both changes are scoped to functionality the doc already describes for those plans.Note:
pre_pr_checkreturnedok: falseflagging the overlap with PR #1525 on the same file. I evaluated the overlap (see Related observations) and determined my changes are materially distinct — option (b) per the tool's guidance.Related observations
Invite usersbutton. Changes here do not conflict with docs(mcp-settings,credit-budgets): document per-user MCP spend tracking and Sequencer-MCP bundling #1525.Closes DOC-1124