add Partner badge and Tavily as first partner MCP#948
Merged
Conversation
- Add `isPartner` flag to ToolkitWithDocsLink so toolkits can render a Partner badge alongside BYOC/Pro on catalog cards (Handshake icon, pink). - Treat Generic icon from @arcadeai/design-system as "no match" in getToolkitIconWithFallback so toolkits with publicIconUrl render their own SVG instead of the placeholder. - New PARTNER_TOOLKITS data source for partner remote MCP listings. Tavily ships first as type "verified" with isPartner=true and a templated mcpUrl. - Hand-crafted Tavily detail page at /search/tavily with proper markdown heading, MCP Server URL block, and a 4-step "Add to your Arcade project" walkthrough. - Add `.npmrc` so contributors can install @arcadeai/* from public npm without needing GitHub Packages auth. Made-with: Cursor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…cal fields Vercel build was failing TypeScript compilation because useToolkitFilters typed its parameter as `Toolkit[]` from @arcadeai/design-system, narrowing the array element type and discarding the `isPartner` and `docsLink` fields that ToolkitsClient needs. Make the hook (and its compareToolkits helper) generic over `T extends Toolkit` so caller-side fields flow through. No runtime change. Made-with: Cursor
…/docs into feat/partner-mcp-tavily
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
emmithood
approved these changes
Apr 25, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
No description provided.