[AUTO] Adding MCP Servers docs update#939
[AUTO] Adding MCP Servers docs update#939evantahler wants to merge 1 commit intotest/secret-coherence-demofrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 2e29ace. Configure here.
| }, | ||
| "secrets": [ | ||
| "GITHUB_SERVER_URL", | ||
| "GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN" |
There was a problem hiding this comment.
Inconsistent secrets and secretsInfo arrays after removal
Medium Severity
GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN was removed from the secrets array but left in secretsInfo for the AssignPullRequestUser tool. The rendering code in available-tools-table.tsx unions both arrays to count secrets and derives display types from secretsInfo, so this mismatch causes the tool to incorrectly show a "token" secret requirement it no longer has. All other tools in this file keep secrets and secretsInfo in sync.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 2e29ace. Configure here.


This PR was generated after a Porter deploy succeeded.
Note
Low Risk
Auto-generated docs/metadata updates only: adjusts GitHub toolkit secret/code-example metadata and bumps Linear toolkit version with a small parameter-description tweak. No runtime code paths or security-sensitive logic changes.
Overview
Updates generated toolkit metadata used by the docs site.
For
Github, removesGITHUB_CLASSIC_PERSONAL_ACCESS_TOKENfrom the tool-level requiredsecretslist forAssignPullRequestUserand drops its embeddedcodeExample(while leaving the secret insecretsInfo).For
Linear, bumps the toolkit from3.3.2to3.3.3(updating allfullyQualifiedNameentries) and clarifiesUpdateIssue.assigneeto document supported values for clearing an assignee; also refreshesgeneratedAttimestamps in the JSON outputs.Reviewed by Cursor Bugbot for commit 2e29ace. Bugbot is set up for automated code reviews on this repo. Configure here.