mcp-dataverse 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CAPABILITIES.md +2 -2
- package/README.md +3 -3
- package/package.json +2 -5
package/CAPABILITIES.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MCP Dataverse Server — Complete Capabilities Reference
|
|
2
2
|
|
|
3
|
-
> **Version**: 0.3.
|
|
3
|
+
> **Version**: 0.3.2 | **API Version**: Dataverse Web API v9.2 | **Transport**: stdio · HTTP/SSE
|
|
4
4
|
|
|
5
5
|
54 tools across 23 categories for full Dataverse lifecycle: schema, CRUD, FetchXML, solutions, plugins, audit, files, users, teams, environment variables, and more.
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
- [Quick Start](#quick-start)
|
|
12
12
|
- [Architecture Overview](#architecture-overview)
|
|
13
|
-
- [Tool Reference (
|
|
13
|
+
- [Tool Reference (54 tools)](#tool-reference-54-tools)
|
|
14
14
|
- [1. Auth (1)](#1-auth-1-tool)
|
|
15
15
|
- [2. Metadata (8)](#2-metadata-8-tools)
|
|
16
16
|
- [3. Query (3)](#3-query-3-tools)
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
[](https://www.typescriptlang.org)
|
|
16
16
|
[](LICENSE)
|
|
17
17
|
|
|
18
|
-
[Install](#install) · [Capabilities](#capabilities) · [Tools](#tools-54) · [Multi-Client Setup](docs/multi-client-setup
|
|
18
|
+
[Install](#install) · [Capabilities](#capabilities) · [Tools](#tools-54) · [Multi-Client Setup](https://codeurali.github.io/mcp-dataverse-docs/multi-client-setup) · [Full Reference](https://codeurali.github.io/mcp-dataverse-docs/capabilities)
|
|
19
19
|
|
|
20
20
|
</div>
|
|
21
21
|
|
|
@@ -42,7 +42,7 @@ npx mcp-dataverse install
|
|
|
42
42
|
|
|
43
43
|
The interactive wizard configures your environment, registers the server in VS Code, and authenticates your Microsoft account. Done in under 2 minutes.
|
|
44
44
|
|
|
45
|
-
> Requires Node.js 20+ and VS Code 1.99+. For other clients (Claude, Cursor, Windsurf…), see [Multi-Client Setup](docs/multi-client-setup
|
|
45
|
+
> Requires Node.js 20+ and VS Code 1.99+. For other clients (Claude, Cursor, Windsurf…), see [Multi-Client Setup](https://codeurali.github.io/mcp-dataverse-docs/multi-client-setup).
|
|
46
46
|
|
|
47
47
|
<details>
|
|
48
48
|
<summary><strong>Manual setup (mcp.json)</strong></summary>
|
|
@@ -130,7 +130,7 @@ Re-authentication is only needed after ~90 days of inactivity: `npx mcp-datavers
|
|
|
130
130
|
| `dataverse_list_workflows` | List available guided workflows |
|
|
131
131
|
| `dataverse_get_workflow` | Get step-by-step instructions for a specific workflow |
|
|
132
132
|
|
|
133
|
-
> Full schema and parameter details → [
|
|
133
|
+
> Full schema and parameter details → [Capabilities Reference](https://codeurali.github.io/mcp-dataverse-docs/capabilities)
|
|
134
134
|
|
|
135
135
|
---
|
|
136
136
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-dataverse",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "MCP Server for Microsoft Dataverse Web API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/server.js",
|
|
@@ -21,10 +21,7 @@
|
|
|
21
21
|
"copilot",
|
|
22
22
|
"model-context-protocol"
|
|
23
23
|
],
|
|
24
|
-
"
|
|
25
|
-
"type": "git",
|
|
26
|
-
"url": "https://github.com/codeurali/mcp-dataverse.git"
|
|
27
|
-
},
|
|
24
|
+
"homepage": "https://codeurali.github.io/mcp-dataverse-docs",
|
|
28
25
|
"files": [
|
|
29
26
|
"dist/**",
|
|
30
27
|
"README.md",
|