Skip to content

[AUTO] Adding MCP Servers docs update - #1114

Merged
EricGustin merged 2 commits into
mainfrom
automation/toolkit-docs
Aug 6, 2026
Merged

[AUTO] Adding MCP Servers docs update#1114
EricGustin merged 2 commits into
mainfrom
automation/toolkit-docs

Conversation

@evantahler

@evantahlerevantahler commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

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 and fullyQualifiedName suffixes across many integrations. Notable doc contract updates include Daytona @1.0.0 (ListSandboxes / ListSnapshots pagination moving from page/page_size to limit/offset and response fields total_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.

@evantahler
evantahler requested a review from a teamAugust 6, 2026 11:47
@vercel

vercelBot commented Aug 6, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
docsReadyReadyPreviewAug 6, 2026 11:52am

Request Review

@EricGustin
EricGustin merged commit d46db04 into mainAug 6, 2026
8 checks passed
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>
Sign up for freeto 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.

3 participants

@evantahler@EricGustin@jottakka