docs(mcp-settings): rename page, add Getting started section, expand Functions guidance, add 5 new FAQs#1541
Open
george-dilthey wants to merge 1 commit into
Open
Conversation
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
Applied the upstream Webflow delta to
docs/mcp-settings.md. Specific changes from the upstreamcollection_item_publishedevent:Confirmed no overlap with existing open PRs:
Why
Triggered by a Webflow
collection_item_publishedwebhook for https://university.clay.com/docs/mcp-settings. The upstream page received a substantial update: renamed from "MCP settings" to "MCP in Clay", Getting started section added, Codex dropped as a supported platform, Microsoft Copilot added (BETA-gated by Eppo flag), Functions section expanded with two new configuration guidance bullets, "Can admins remove" FAQ answer updated with explicit credit limit 0 instruction, and five new FAQs added covering data privacy, credit counting, and AI access scope.Source link(s)
clay-base/apps/frontend/src/components/MCPPage/ConnectPlatformsSection.tsx:40,72— gated byuseEppoFeatureFlagAsBoolean(EppoFeatureFlags.EnableCopilotMCP); server-side OAuth config live atclay-base/apps/api/v3/mcp/STATIC_OAUTH_CONFIG.md:16clay-base/apps/api/v3/billing/services/credit-balance.service.ts:661— balance 0 with any cost > 0 triggersERROR_WORKSPACE_SALES_REP_CREDIT_LIMIT_REACHEDclay-base/apps/api/v3/mcp/tools/subroutine-tool-handlers.ts:457,537clay-base/apps/api/v3/mcp/services/mcp-exclusion.service.ts:41-47Uncertainties
clay-base. Glean is a generic MCP host that can connect via standard MCP protocol without Clay-specific code. LOCAL already documented Glean from a prior session and upstream explicitly includes "Using Clay in Glean" links in both old and new Webflow versions. Glean references preserved consistent with prior local enrichments and upstream, but should be confirmed with the team — if Glean isn't officially supported, Glean references across the doc need a cleanup PR.Related observations
docs/mcp-settings.md. This PR's content does not overlap with either — reviewer should reconcile all three at merge time.docs/using-clay-in-glean.mdanddocs/using-clay-in-microsoft-365-copilot.mddon't exist in repo yet — Getting started section links to them on university.clay.com. These will need to be synced from Webflow when published.titleremains "MCP settings" per sync instructions; only the H1 body heading was updated to "MCP in Clay".Closes DOC-1131