restore: verified scale stats + marketing copy - #11
Merged
Merged
Conversation
Founder confirmed the production-scale numbers are real and the original marketing copy is intentional — the prior cleanup pass was over-aggressive. Restore: - README.md: re-insert the "Powering 15M+ transcripts every month / 500K+ transcripts processed daily / 49ms median response time" banner and the "Trusted in production by youtubetotranscript.com / recapio.com" line, directly after the badge block and before the first "---". - README.md: re-insert the "Production scale (15M+ req/mo))" row into the comparison table, between "OAuth 2.1 + API key auth" and "Works on mobile Claude & web Claude" (same format as youtube-mcp's). - smithery.yaml: re-insert "Production-scale (15M+ requests/month, 49ms median)." before the OAuth/API key sentence. - marketplace.json + .claude-plugin/marketplace.json: restore the short description tail to "...by TranscriptAPI: 15M+ transcripts/month." (.cursor-plugin has no marketplace.json in this repo, and long descriptions are untouched). Co-Authored-By: CRHQ <noreply@crhq.ai>
The verbatim pre-cleanup banner used "·" (U+00B7 middle dot) as the separator, not " - ". Swap both occurrences on that one line back to match exactly. Co-Authored-By: CRHQ <noreply@crhq.ai>
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.
Summary
Founder reversed the prior over-aggressive stats/copy cleanup (#10): the production-scale numbers are real and the original marketing copy is intentional. Restores exactly these strings on top of current main:
</p>block and before the first---:> **Powering 15M+ transcripts every month** - 500K+ transcripts processed daily - 49ms median response time> Trusted in production by [youtubetotranscript.com](https://youtubetotranscript.com) (~11M/mo) and [recapio.com](https://recapio.com) (~2.8M/mo).Production scale (15M+ req/mo)row betweenOAuth 2.1 + API key authandWorks on mobile Claude & web Claude, exact column spacing and check/cross marks copied from youtube-mcp's identical row on its main.Production-scale (15M+ requests/month, 49ms median).beforeAuthenticate via OAuth...; 12-tools wording kept verbatim....by TranscriptAPI: 15M+ transcripts/month.(.cursor-plugin/marketplace.jsondoesn't exist in this repo — only.cursor-plugin/plugin.json, which carries only a long description and was left untouched). No long descriptions changed anywhere.Verification
grep -n "—\|–"on all 4 touched files → zero matches (only plain hyphens, e.g. "Production-scale", "every month - 500K+...").python3 -c "import json..."on both marketplace.json files → valid.python3 -c "import yaml..."on smithery.yaml → valid.git diff --stat→ exactly the 4 named files, 9 insertions / 4 deletions.Do not merge — Lead will sweep + merge.