Skip to content

[AUTO] Adding MCP Servers docs update#861

Closed
evantahler wants to merge 1 commit intomainfrom
automation/toolkit-docs-22797900175
Closed

[AUTO] Adding MCP Servers docs update#861
evantahler wants to merge 1 commit intomainfrom
automation/toolkit-docs-22797900175

Conversation

@evantahler
Copy link
Contributor

@evantahler evantahler commented Mar 7, 2026

This PR was generated after a Porter deploy succeeded.


Note

Medium Risk
Moderate risk because it changes docs navigation metadata and removes several toolkits from the generated index, which could hide or orphan existing pages if references still exist. Also adjusts the Next.js next-env.d.ts routes type import path, which could affect TS builds if the expected .next output differs.

Overview
Updates integrations category _meta.tsx files to export explicit Nextra MetaRecord objects (instead of createCategoryMeta([...])), adding "Optimized"/"Starter" separators and dropping per-entry type metadata while also removing some listed integrations (e.g., figma, math, pagerduty, pylon, mailchimp-api).

Refreshes generated toolkit docs data by deleting codesandbox.json and figma.json and pruning multiple toolkits from toolkit-docs-generator/data/toolkits/index.json, and updates next-env.d.ts to import routes types from ./.next/types/routes.d.ts.

Written by Cursor Bugbot for commit d5478e2. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Mar 7, 2026

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Mar 7, 2026 11:13am

Request Review

@evantahler evantahler requested a review from a team March 7, 2026 11:10
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

]);
};

export default meta;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused file left behind after migration

Low Severity

All _meta.tsx files were migrated from using createCategoryMeta to inline MetaRecord objects, but the create-category-meta.ts file (containing createCategoryMeta and CategoryEntry) was not deleted. A grep confirms zero imports remain — the entire file is now dead code that will confuse future contributors.

Additional Locations (1)

Fix in Cursor Fix in Web

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.

2 participants