@mcp-consultant-tools/azure-b2c 28.0.0 → 29.0.0
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-consultant-tools/azure-b2c",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "29.0.0",
|
|
4
4
|
"description": "MCP server for Azure AD B2C - user management, password reset, and group operations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"node": ">=16.0.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@mcp-consultant-tools/core": "
|
|
44
|
+
"@mcp-consultant-tools/core": "29.0.0",
|
|
45
45
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
46
46
|
"@azure/identity": "^4.5.0",
|
|
47
47
|
"@microsoft/microsoft-graph-client": "^3.0.7",
|