-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.json
More file actions
40 lines (40 loc) · 1.31 KB
/
server.json
File metadata and controls
40 lines (40 loc) · 1.31 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ProvarTesting/provar",
"title": "Provar MCP Server",
"description": "Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.",
"websiteUrl": "https://github.com/ProvarTesting/provardx-cli/blob/main/docs/mcp.md",
"icons": [
{
"src": "https://raw.githubusercontent.com/ProvarTesting/provardx-cli/main/assets/icon.png",
"mimeType": "image/png"
}
],
"repository": {
"url": "https://github.com/ProvarTesting/provardx-cli",
"source": "github"
},
"version": "1.5.0-beta.11",
"packages": [
{
"registryType": "npm",
"identifier": "@provartesting/provardx-cli",
"version": "1.5.0-beta.11",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{ "type": "positional", "value": "provar" },
{ "type": "positional", "value": "mcp" },
{ "type": "positional", "value": "start" },
{
"type": "named",
"name": "--allowed-paths",
"value": "{workspaceFolder}",
"isRequired": true,
"description": "Filesystem path(s) the MCP server is allowed to read and write. Typically your Provar project root."
}
]
}
]
}