Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 3 additions & 42 deletions toolkit-docs-generator/data/toolkits/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@
"scopes": []
},
"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.

"GITHUB_SERVER_URL"
],
"secretsInfo": [
{
Expand All @@ -103,44 +102,6 @@
"description": "Assignment result with user details or suggestions"
},
"documentationChunks": [],
"codeExample": {
"toolName": "Github.AssignPullRequestUser",
"parameters": {
"owner": {
"value": "octocat",
"type": "string",
"required": true
},
"repo": {
"value": "hello-world",
"type": "string",
"required": true
},
"pull_request_number": {
"value": 42,
"type": "integer",
"required": true
},
"assignee_identifier": {
"value": "monalisa",
"type": "string",
"required": true
},
"search_mode": {
"value": "username",
"type": "string",
"required": true
},
"auto_accept_matches": {
"value": true,
"type": "boolean",
"required": false
}
},
"requiresAuth": true,
"authProvider": "github",
"tabLabel": "Call the Tool with User Authorization"
},
"metadata": {
"classification": {
"serviceDomains": [
Expand Down Expand Up @@ -5771,5 +5732,5 @@
"import { Callout, Tabs } from \"nextra/components\";"
],
"subPages": [],
"generatedAt": "2026-04-17T11:27:15.538Z"
}
"generatedAt": "2026-04-18T20:18:22.328Z"
}
4 changes: 2 additions & 2 deletions toolkit-docs-generator/data/toolkits/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generatedAt": "2026-04-17T11:27:15.976Z",
"generatedAt": "2026-04-18T20:18:22.689Z",
"version": "1.0.0",
"toolkits": [
{
Expand Down Expand Up @@ -509,7 +509,7 @@
{
"id": "Linear",
"label": "Linear",
"version": "3.3.2",
"version": "3.3.3",
"category": "productivity",
"type": "arcade",
"toolCount": 39,
Expand Down
Loading
Loading