-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
28 lines (28 loc) · 806 Bytes
/
server.json
File metadata and controls
28 lines (28 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.PetriLahdelma/vertaaux-mcp",
"description": "Autonomous UX and a11y audit, fix, and verify loop. 38 tools, framework-aware patches.",
"version": "1.2.2",
"packages": [
{
"registryType": "npm",
"identifier": "@vertaaux/mcp-server",
"version": "1.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "VERTAAUX_API_KEY",
"description": "VertaaUX API key (get one at https://vertaaux.ai/settings/api)",
"isRequired": true,
"isSecret": true
}
]
}
],
"repository": {
"url": "https://github.com/VertaaUX/mcp-server",
"source": "github"
}
}