Skip to content

Commit 074f1b3

Browse files
author
Dev Agent Amelia
committed
chore: bump to v0.3.9, fix websiteUrl to docs, add v0.4 sprint plan
1 parent 20d9f34 commit 074f1b3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-dataverse",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"description": "The most complete MCP server for Microsoft Dataverse. 63 production-ready tools for AI agents: OData & FetchXML queries, CRUD, metadata, solutions, audit, batch operations and more. Zero-config Microsoft device code auth. Works with VS Code Copilot, Claude, Cursor, Windsurf and all MCP clients.",
55
"type": "module",
66
"main": "dist/server.js",

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"sizes": ["any"]
1111
}
1212
],
13-
"websiteUrl": "https://www.linkedin.com/in/alitaggaz",
13+
"websiteUrl": "https://codeurali.github.io/mcp-dataverse/",
1414
"repository": {
1515
"url": "https://github.com/codeurali/mcp-dataverse",
1616
"source": "github",
1717
"id": "1163599879"
1818
},
19-
"version": "0.3.8",
19+
"version": "0.3.9",
2020
"packages": [
2121
{
2222
"registryType": "npm",
2323
"registryBaseUrl": "https://registry.npmjs.org",
2424
"identifier": "mcp-dataverse",
25-
"version": "0.3.8",
25+
"version": "0.3.9",
2626
"transport": {
2727
"type": "stdio"
2828
},

0 commit comments

Comments
 (0)