fix: use DATA_getSubscription instead of the non-MCP DATA_getCreditBalance - #13
fix: use DATA_getSubscription instead of the non-MCP DATA_getCreditBalance#13Oleksii Khoroshun (kodotpro) wants to merge 1 commit into
Conversation
Review summaryThe core premise is correct — But I'd hold merge until a few things are addressed — most importantly the branch is stale in a way that silently re-breaks the marketplace sync that #16 just repaired. 🔴 Blocker A — merging as-is regresses the Skills-API fix from #16The PR body says "up to date with
The marketplace sync is atomic, so merging this would reintroduce all four violations and break web/Cowork install again. GitHub's "CLEAN/MERGEABLE" only means no textual conflict — it doesn't catch this. Fix: merge 🔴 Blocker B — the rename is incomplete (
|
Dominik Stypula (dominik-stypula-seranking)
left a comment
There was a problem hiding this comment.
please check my recent comment in Conversation tab
…lance Skills and docs that instruct the agent to call DATA_getCreditBalance are corrected to DATA_getSubscription. Verified against the live SE Ranking MCP: it exposes DATA_getSubscription (0 credits, returns units_left) and not DATA_getCreditBalance, so the old instruction would fail. Scope is surgical: renamed only in consuming skills, README, CONTRIBUTING, and the centralized preflight reference. seo-api/* (which documents the credit-balance REST endpoint) and examples/* (live-evidence logs) are left identical to main.
f1a1d37 to
0210abb
Compare
Summary
Skills and docs that instruct the agent to call
DATA_getCreditBalanceare corrected toDATA_getSubscription. Verified against the live SE Ranking MCP: it exposesDATA_getSubscription(0 credits, returnsunits_left) and notDATA_getCreditBalance, so the old instruction would fail.Scope (surgical)
Renamed in consuming skills + README + CONTRIBUTING + the centralized preflight reference (14 files).
Deliberately unchanged:
seo-api/*— documentscredit-balanceas a real REST endpoint; byte-identical tomain.examples/*— live-evidence logs recorded real REST calls; left intact.Notes
DATA_getCreditBalancementions remain inseo-apiMCP-tool columns (SKILL.md:99,rate-limits-and-credits.md:98,187,integration-patterns.md:81) — left for the seo-api author to reconcile, as they touch the documented REST surface.main; CI frontmatter linter passes (32/0).