Skip to content

[AUTO] Adding MCP Servers docs update#939

Closed
evantahler wants to merge 1 commit intotest/secret-coherence-demofrom
automation/toolkit-docs-24612989399
Closed

[AUTO] Adding MCP Servers docs update#939
evantahler wants to merge 1 commit intotest/secret-coherence-demofrom
automation/toolkit-docs-24612989399

Conversation

@evantahler
Copy link
Copy Markdown
Contributor

@evantahler evantahler commented Apr 18, 2026

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, removes GITHUB_CLASSIC_PERSONAL_ACCESS_TOKEN from the tool-level required secrets list for AssignPullRequestUser and drops its embedded codeExample (while leaving the secret in secretsInfo).

For Linear, bumps the toolkit from 3.3.2 to 3.3.3 (updating all fullyQualifiedName entries) and clarifies UpdateIssue.assignee to document supported values for clearing an assignee; also refreshes generatedAt timestamps in the JSON outputs.

Reviewed by Cursor Bugbot for commit 2e29ace. Bugbot is set up for automated code reviews on this repo. Configure here.

@evantahler evantahler requested a review from a team April 18, 2026 20:18
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 18, 2026

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 18, 2026 8:21pm

Request Review

Copy link
Copy Markdown

@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.

Fix All in Cursor

❌ 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"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2e29ace. Configure here.

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