docs(mcp-settings): clarify credit limit is rolling monthly not all-time#1527
Merged
Merged
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
Added two clarifications to
docs/mcp-settings.mdto explicitly answer the "rolling monthly or all time?" question about MCP user credit limits:Why
An Enterprise customer (Britnee Terrill at Komodo Health) asked: "Is the Default Credit Limit for MCP users a rolling monthly or all time?" — Fin couldn't answer and the ticket was escalated to a human support agent (Smit Vekaria), who confirmed it's rolling monthly with an automatic reset on the 1st of each month.
The existing doc described when credits reset but didn't explicitly state that the reset is automatic or call the limit "rolling monthly." This is a meaningful gap: Clay's workbook credit limits (a separate feature in
docs/credit-spend-limits-faq.md) do NOT auto-reset, so customers comparing the two features could reasonably assume MCP limits also require manual resets. The clarification removes that ambiguity in the customer's vocabulary.Source link(s)
libs/shared/src/RunnerTypes.ts:150(error label "You ran out of monthly credits 😢"),services/scheduler/src/bull/jobs/reset-sales-rep-credit-spend.ts:24(monthly cron comment),services/scheduler/src/bull/jobs/init-billing-queue-job.ts:46(cron'0 0 1 * *', timezone UTC).Uncertainties
None. The claims are code-verified (PASS) and corroborated by multiple Slack threads and the human support agent reply.
Related observations
docs/mcp-settings.mdand adds a Budgets-tab note and a "Can I disable Clay Sequencer access for Sales Rep users?" FAQ. It does not touch the "When do credits reset?" FAQ or the rolling-monthly framing — the changes do not overlap. A reviewer should reconcile both PRs before merging.Closes DOC-1107