mcp-dataverse 0.3.7 → 0.3.8

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.
Files changed (2) hide show
  1. package/README.md +3 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -83,26 +83,18 @@ Re-authenticate after ~90 days of inactivity: `npx mcp-dataverse-auth`
83
83
  | ---------------------------------- | ------------------------------------------------------------------ |
84
84
  | No sign-in prompt | Open **View → Output → MCP** — the device code is displayed there |
85
85
  | `No MSAL accounts found` | Run `npx mcp-dataverse-auth` then restart the server |
86
- | `Authentication timed out` | 5-minute window expiredrestart MCP for a new code |
86
+ | `Authentication timed out` | Restart the MCP server a fresh code is generated automatically |
87
87
  | Server not appearing in Agent mode | Run `npx mcp-dataverse install` or `npx mcp-dataverse doctor` |
88
88
  | HTTP errors | Run `npx mcp-dataverse doctor` to diagnose config and connectivity |
89
89
 
90
90
  ---
91
91
 
92
- ## Battle-Tested
93
-
94
- All 63 tools tested on a real Dataverse production environment across 8 live sessions — **55 ✅ · 9 ⚠️ · 1 ❌ (env-specific)**. [Details & test results →](https://codeurali.github.io/mcp-dataverse/community)
95
-
96
- ---
97
-
98
92
  ## Roadmap
99
93
 
100
94
  | Version | Feature | Status |
101
95
  | ------- | ------- | ------ |
102
- | **v0.4** | Streamable HTTP transport | 🟢 90% done |
103
- | **v0.5** | MCP Resourcesbrowsable schema | 🟡 40% done |
104
- | **v0.6** | MCP Prompts — workflow templates | 🔴 Planned |
105
- | **v1.0** | On-Behalf-Of auth (OBO) | 🔴 Planned |
96
+ | **v0.4** | HTTP transport + schema consistency + new auth methods | 🟢 In progress |
97
+ | **v0.5** | MCP Promptsworkflow templates | 🔴 Planned |
106
98
 
107
99
  [→ Full Roadmap](https://codeurali.github.io/mcp-dataverse/roadmap)
108
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-dataverse",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "The most complete MCP server for Microsoft Dataverse — 63 tools, zero config auth, works with VS Code Copilot, Claude, Cursor and more",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",