Skip to content

Test#59

Merged
sweetmantech merged 29 commits into
mainfrom
test
Dec 14, 2025
Merged

Test#59
sweetmantech merged 29 commits into
mainfrom
test

Conversation

@sweetmantech

Copy link
Copy Markdown
Contributor

No description provided.

…get_spotify_search

MCP - get_spotify_search
…get_spotify_artist_top_tracks

Sweetmantech/myc 3732 mcp get spotify artist top tracks
…get_spotify_artist_albums

Sweetmantech/myc 3733 mcp get spotify artist albums
…get_spotify_album

MCP - get_spotify_album
…spotify_deep_research

MCP - spotify_deep_research
…update_account_info

MCP - update_account_info
…update_artist_socials

MCP - update_artist_socials
…create_knowledge_base

MCP - create_knowledge_base
…generate_txt_file

MCP - generate_txt_file
…create_segments

Sweetmantech/myc 3741 mcp create segments
…youtube_login

Sweetmantech/myc 3742 mcp youtube login
@vercel

vercel Bot commented Dec 14, 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 14, 2025 0:37am

@sweetmantech sweetmantech merged commit d7ef63b into main Dec 14, 2025
1 of 2 checks passed
@coderabbitai

coderabbitai Bot commented Dec 14, 2025

Copy link
Copy Markdown

Warning

Rate limit exceeded

@sweetmantech has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 3 minutes and 30 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 2f6b351 and a967d38.

📒 Files selected for processing (69)
  • lib/ai/generateArray.ts (1 hunks)
  • lib/artist/createKnowledgeBase.ts (1 hunks)
  • lib/artist/getArtistSegments.ts (2 hunks)
  • lib/artist/mapArtistSegments.ts (1 hunks)
  • lib/artist/updateArtistProfile.ts (1 hunks)
  • lib/artist/updateArtistSocials.ts (1 hunks)
  • lib/arweave/uploadTextToArweave.ts (1 hunks)
  • lib/files/generateAndStoreTxtFile.ts (1 hunks)
  • lib/mcp/getCallToolResult.ts (1 hunks)
  • lib/mcp/getToolResultError.ts (1 hunks)
  • lib/mcp/getToolResultSuccess.ts (1 hunks)
  • lib/mcp/tools/artistSocials/index.ts (1 hunks)
  • lib/mcp/tools/artistSocials/registerGetArtistSocialsTool.ts (2 hunks)
  • lib/mcp/tools/artistSocials/registerUpdateArtistSocialsTool.ts (1 hunks)
  • lib/mcp/tools/catalogs/registerGetCatalogSongsTool.ts (2 hunks)
  • lib/mcp/tools/catalogs/registerGetCatalogsTool.ts (2 hunks)
  • lib/mcp/tools/catalogs/registerInsertCatalogSongsTool.ts (2 hunks)
  • lib/mcp/tools/files/index.ts (1 hunks)
  • lib/mcp/tools/files/registerCreateKnowledgeBaseTool.ts (1 hunks)
  • lib/mcp/tools/files/registerGenerateTxtFileTool.ts (1 hunks)
  • lib/mcp/tools/images/registerEditImageTool.ts (3 hunks)
  • lib/mcp/tools/images/registerGenerateImageTool.ts (2 hunks)
  • lib/mcp/tools/index.ts (2 hunks)
  • lib/mcp/tools/registerContactTeamTool.ts (2 hunks)
  • lib/mcp/tools/registerCreateSegmentsTool.ts (1 hunks)
  • lib/mcp/tools/registerGetLocalTimeTool.ts (2 hunks)
  • lib/mcp/tools/registerSearchWebTool.ts (1 hunks)
  • lib/mcp/tools/registerUpdateAccountInfoTool.ts (1 hunks)
  • lib/mcp/tools/sora2/registerGenerateVideoTool.ts (2 hunks)
  • lib/mcp/tools/sora2/registerRetrieveVideoContentTool.ts (2 hunks)
  • lib/mcp/tools/sora2/registerRetrieveVideoTool.ts (2 hunks)
  • lib/mcp/tools/spotify/index.ts (1 hunks)
  • lib/mcp/tools/spotify/registerGetSpotifyAlbumTool.ts (1 hunks)
  • lib/mcp/tools/spotify/registerGetSpotifyArtistAlbumsTool.ts (1 hunks)
  • lib/mcp/tools/spotify/registerGetSpotifyArtistTopTracksTool.ts (1 hunks)
  • lib/mcp/tools/spotify/registerGetSpotifyDeepResearchTool.ts (1 hunks)
  • lib/mcp/tools/spotify/registerGetSpotifySearchTool.ts (1 hunks)
  • lib/mcp/tools/tasks/registerCreateTaskTool.ts (2 hunks)
  • lib/mcp/tools/tasks/registerDeleteTaskTool.ts (2 hunks)
  • lib/mcp/tools/tasks/registerGetTasksTool.ts (2 hunks)
  • lib/mcp/tools/tasks/registerUpdateTaskTool.ts (2 hunks)
  • lib/mcp/tools/youtube/index.ts (1 hunks)
  • lib/mcp/tools/youtube/registerYouTubeLoginTool.ts (1 hunks)
  • lib/perplexity/config.ts (1 hunks)
  • lib/perplexity/formatSearchResultsAsMarkdown.ts (1 hunks)
  • lib/perplexity/searchPerplexity.ts (1 hunks)
  • lib/segments/consts.ts (1 hunks)
  • lib/segments/createSegmentResponses.ts (1 hunks)
  • lib/segments/createSegments.ts (1 hunks)
  • lib/segments/generateSegments.ts (1 hunks)
  • lib/segments/getAnalysisPrompt.ts (1 hunks)
  • lib/segments/getFanSegmentsToInsert.ts (1 hunks)
  • lib/supabase/account_info/selectAccountInfo.ts (1 hunks)
  • lib/supabase/account_info/updateAccountInfo.ts (1 hunks)
  • lib/supabase/account_socials/deleteAccountSocial.ts (1 hunks)
  • lib/supabase/account_socials/insertAccountSocial.ts (1 hunks)
  • lib/supabase/accounts/selectAccounts.ts (1 hunks)
  • lib/supabase/accounts/updateAccount.ts (1 hunks)
  • lib/supabase/artist_segments/insertArtistSegments.ts (1 hunks)
  • lib/supabase/artist_segments/selectArtistSegments.ts (1 hunks)
  • lib/supabase/artist_segments/selectArtistSegmentsWithDetails.ts (1 hunks)
  • lib/supabase/fan_segments/insertFanSegments.ts (1 hunks)
  • lib/supabase/segments/deleteSegments.ts (1 hunks)
  • lib/supabase/segments/insertSegments.ts (1 hunks)
  • lib/supabase/social_fans/selectSocialFans.ts (1 hunks)
  • lib/supabase/socials/insertSocials.ts (1 hunks)
  • lib/supabase/socials/selectSocials.ts (2 hunks)
  • lib/supabase/youtube_tokens/selectYouTubeTokens.ts (1 hunks)
  • lib/youtube/isTokenExpired.ts (1 hunks)
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch test

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.

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