Skip to content

Commit 301a8d4

Browse files
committed
fix: update server definition (input type 'password' -> 'text' for RAYGUN_PAT_TOKEN)
1 parent f80ab30 commit 301a8d4

1 file changed

Lines changed: 20 additions & 11 deletions

File tree

servers/com.raygun-mcp.json

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,25 @@
66
"description": "Query and manage Raygun error groups, applications, deployments, and user sessions for error monitoring and crash reporting.",
77
"icon": "https://avatars.githubusercontent.com/u/1767684?v=4",
88
"schema_version": "2.1",
9-
"categories": ["monitoring", "developer-tools"],
10-
"tags": ["raygun", "errors", "monitoring", "crash-reporting", "debugging", "observability"],
11-
9+
"categories": [
10+
"monitoring",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"raygun",
15+
"errors",
16+
"monitoring",
17+
"crash-reporting",
18+
"debugging",
19+
"observability"
20+
],
1221
"transport": {
1322
"type": "stdio",
1423
"command": "npx",
15-
"args": ["-y", "@raygun.io/mcp-server-raygun"],
24+
"args": [
25+
"-y",
26+
"@raygun.io/mcp-server-raygun"
27+
],
1628
"env": {
1729
"RAYGUN_PAT_TOKEN": "${input:RAYGUN_PAT_TOKEN}"
1830
},
@@ -22,7 +34,7 @@
2234
"id": "RAYGUN_PAT_TOKEN",
2335
"label": "Raygun Personal Access Token",
2436
"description": "Personal Access Token for the Raygun API.",
25-
"type": "password",
37+
"type": "text",
2638
"required": true,
2739
"secret": true,
2840
"placeholder": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
@@ -35,26 +47,23 @@
3547
]
3648
}
3749
},
38-
3950
"auth": {
4051
"type": "api_key",
4152
"instructions": "Create a Personal Access Token in My Settings at https://app.raygun.com"
4253
},
43-
4454
"contributor": {
4555
"name": "Raygun",
4656
"github": "MindscapeHQ",
4757
"url": "https://raygun.com"
4858
},
49-
5059
"links": {
5160
"repository": "https://github.com/MindscapeHQ/mcp-server-raygun",
5261
"homepage": "https://raygun.com",
5362
"documentation": "https://raygun.com/documentation/product-guides/raygun-api/"
5463
},
55-
56-
"platforms": ["all"],
57-
64+
"platforms": [
65+
"all"
66+
],
5867
"capabilities": {
5968
"tools": true,
6069
"resources": false,

0 commit comments

Comments
 (0)