Skip to content

MCP - get_spotify_search#47

Merged
sweetmantech merged 1 commit into
testfrom
sweetmantech/myc-3731-mcp-get_spotify_search
Dec 13, 2025
Merged

MCP - get_spotify_search#47
sweetmantech merged 1 commit into
testfrom
sweetmantech/myc-3731-mcp-get_spotify_search

Conversation

@sweetmantech

Copy link
Copy Markdown
Contributor

No description provided.

@vercel

vercel Bot commented Dec 13, 2025

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
recoup-api Ready Ready Preview Dec 13, 2025 4:56pm

@coderabbitai

coderabbitai Bot commented Dec 13, 2025

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch sweetmantech/myc-3731-mcp-get_spotify_search

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sweetmantech sweetmantech merged commit 67cbcce into test Dec 13, 2025
3 checks passed
sweetmantech added a commit that referenced this pull request Jul 9, 2026
…ention

Review feedback on #760: completeApifyScraperRun -> updateApifyScraperRun,
insertApifyScraperRuns -> upsertApifyScraperRuns (it upserts on run_id),
selectApifyScraperRunsByBatch -> selectApifyScraperRuns with an optional
{batchId} filter object, matching the select* convention. Also repoints
the stale types.ts reference from database#41 to #47.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
sweetmantech added a commit that referenced this pull request Jul 9, 2026
* feat(apify): notify only on genuinely new posts — diff against stored posts first

The Instagram scrape alert fired whenever a scrape returned posts, with no
comparison against posts already stored — every scrape re-announced the
profile's recent feed as new (observed: 6 of 7 alerts in one day announced
posts up to 10 days old). New reusable filterNewPostUrls diffs candidate
URLs against posts BEFORE upsert; the alert is gated on a non-empty result.
Persistence unchanged (recoupable/chat#1855, PR #3 of 6).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* feat(apify): one consolidated new-posts digest per scrape batch

A roster scrape starts one Apify run per platform, each completing
independently — extending per-platform alerts would mean 4+ emails per
scrape. This registers every run under a batch_id at scrape start
(apify_scraper_runs, columns from recoupable/database#41), records each
webhook completion with its genuinely-new post URLs, and when the batch's
last run completes sends ONE digest (per-platform sections, BCC-only)
via the new digest module. Platforms with nothing new are omitted; a
batch with nothing new sends nothing. Instagram's solo alert is
suppressed for batch runs; legacy/non-batch runs keep today's behavior
(recoupable/chat#1855, PR #4 of 6).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* refactor(supabase): align apify_scraper_runs helpers with naming convention

Review feedback on #760: completeApifyScraperRun -> updateApifyScraperRun,
insertApifyScraperRuns -> upsertApifyScraperRuns (it upserts on run_id),
selectApifyScraperRunsByBatch -> selectApifyScraperRuns with an optional
{batchId} filter object, matching the select* convention. Also repoints
the stale types.ts reference from database#41 to #47.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* refactor(supabase): use generated types for apify_scraper_runs + zod-parse the JSONB column

Regenerates database.types.ts (table landed in database#47), deletes the
hand-rolled lib/supabase/apify_scraper_runs/types.ts shim, and drops every
'as never' cast — the helpers now use Tables/TablesInsert like every sibling
lib. new_post_urls is the one column codegen can't narrow past Json, so a
zod boundary (parseNewPostUrls) validates it at read time; malformed JSONB
degrades to 'no new posts' instead of crashing the digest assembler.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* refactor(apify): move parseNewPostUrls out of lib/supabase into lib/apify/digest

Review feedback: lib/supabase is for direct queries only; this is a pure
JSONB parser consumed by the digest assembler.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant