-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
51 lines (49 loc) · 1.52 KB
/
server.json
File metadata and controls
51 lines (49 loc) · 1.52 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
41
42
43
44
45
46
47
48
49
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.codeurali/dataverse",
"title": "MCP Dataverse",
"description": "73 tools for Microsoft Dataverse: CRUD, FetchXML, metadata, audit, batch, role privileges and more.",
"icons": [
{
"src": "https://raw.githubusercontent.com/codeurali/mcp-dataverse/master/assets/logo.webp",
"mimeType": "image/webp",
"sizes": ["any"]
}
],
"websiteUrl": "https://codeurali.github.io/mcp-dataverse/",
"repository": {
"url": "https://github.com/codeurali/mcp-dataverse",
"source": "github",
"id": "1163599879"
},
"version": "0.5.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-dataverse",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "MCP_CONFIG_PATH",
"description": "Path to a config.json file (overrides all other env vars). Recommended for VS Code / Claude Desktop setups.",
"placeholder": "/path/to/config.json",
"isRequired": false,
"format": "string",
"isSecret": false
},
{
"name": "DATAVERSE_ENV_URL",
"description": "Your Dataverse environment URL",
"placeholder": "https://yourorg.crm.dynamics.com",
"isRequired": false,
"format": "string",
"isSecret": false
}
]
}
]
}