Uh oh!
There was an error while loading. Please reload this page.
[AUTO] Adding MCP Servers docs update - #1114
Merged
Merged
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
EricGustin
approved these changes
Aug 6, 2026
Uh oh!
There was an error while loading. Please reload this page.
avoguru added a commit
that referenced
this pull request
Aug 6, 2026
The index took `isComingSoon` from the design-system catalog, a hand-maintained constant in a published package. It goes stale the moment a toolkit ships, so a live toolkit keeps rendering as an unavailable card. Snowflake is in that state now: its docs generated and merged in #1114, but the tile still reads "Coming soon". Resolve the flag in `resolveIndexToolkits` from `hasPage` instead. The badge means "there is nothing to read yet", which is exactly what `hasPage` already answers, and the value no longer depends on a package release. This also makes the badge and the sort order agree. `use-toolkit-filters` sorted on the raw design-system flag while the card rendered on `isComingSoon || !hasPage`, so seven toolkits (CloseIO, Discord, GoogleForms, Notion, Obsidian, Twilio, Twitch) showed a "Coming soon" badge while sorting among the available ones. They now sort with the other unavailable toolkits. Co-Authored-By: Claude Opus 5 <noreply@anthropic.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 freeto 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.
This PR was generated after a Porter deploy succeeded.
Note
Low Risk
Documentation and generated toolkit JSON only; risk is limited to docs or agents following outdated tool parameter names after the Daytona pagination change.
Overview
Scheduled deploy pipeline refresh of MCP server documentation artifacts—no application logic changes in this diff.
Navigation: Adds Snowflake under development integrations in
_meta.tsx.public/llms.txt: Regenerated index (new git-sha) with refreshed one-line descriptions for integrations such as Daytona and Linear.Toolkit metadata (
toolkit-docs-generator/data/toolkits/*.json): Bumps toolkit versions andfullyQualifiedNamesuffixes across many integrations. Notable doc contract updates include Daytona @1.0.0 (ListSandboxes/ListSnapshotspagination moving frompage/page_sizetolimit/offsetand response fieldstotal_count/has_more/next_offset), a new SendSessionInput code example, and expanded toolkit summary copy. Google Docs @8.0.0, Google Drive @7.0.0, and Google Sheets @9.0.0 are major version bumps alongside patch bumps for Gmail, Fireflies, Google Calendar/Contacts, and Google Slides.Reviewed by Cursor Bugbot for commit 554ba3d. Bugbot is set up for automated code reviews on this repo. Configure here.