Skip to content

Commit 6a89611

Browse files
committed
fix: update Raygun PAT token obtain URL
1 parent 301a8d4 commit 6a89611

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

servers/com.raygun-mcp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"secret": true,
4040
"placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
4141
"obtain": {
42-
"url": "https://app.raygun.com/user/tokens",
43-
"instructions": "1. Log in to app.raygun.com\n2. Go to My Settings\n3. Create a new Personal Access Token\n4. Copy the token immediately (it won't be shown again)",
42+
"url": "https://app.raygun.com/user",
43+
"instructions": "1. Log in to app.raygun.com\n2. Go to My Settings (click your profile)\n3. Scroll to Personal Access Tokens section\n4. Click 'Create new PAT'\n5. Copy the generated token",
4444
"button_label": "Get PAT Token"
4545
}
4646
}

0 commit comments

Comments
 (0)