mcp-consultant-tools 30.0.0-beta.2 → 30.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 +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-consultant-tools",
|
|
3
|
-
"version": "30.0.0
|
|
3
|
+
"version": "30.0.0",
|
|
4
4
|
"description": "Complete MCP Consultant Tools package with all integrations: PowerPlatform, Azure DevOps, Azure Management, Figma, Application Insights, Log Analytics, Azure SQL, Service Bus, SharePoint, GitHub Enterprise, and Azure AD B2C",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/index.js",
|
|
@@ -57,26 +57,26 @@
|
|
|
57
57
|
"node": ">=16.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@mcp-consultant-tools/application-insights": "
|
|
61
|
-
"@mcp-consultant-tools/azure-b2c": "
|
|
62
|
-
"@mcp-consultant-tools/azure-data-factory": "
|
|
63
|
-
"@mcp-consultant-tools/azure-devops": "
|
|
64
|
-
"@mcp-consultant-tools/azure-devops-admin": "
|
|
65
|
-
"@mcp-consultant-tools/azure-management": "
|
|
66
|
-
"@mcp-consultant-tools/azure-storage": "
|
|
67
|
-
"@mcp-consultant-tools/azure-sql": "
|
|
68
|
-
"@mcp-consultant-tools/core": "30.0.0
|
|
69
|
-
"@mcp-consultant-tools/figma": "
|
|
70
|
-
"@mcp-consultant-tools/github-enterprise": "
|
|
71
|
-
"@mcp-consultant-tools/log-analytics": "
|
|
72
|
-
"@mcp-consultant-tools/1password": "
|
|
73
|
-
"@mcp-consultant-tools/rest-api": "
|
|
74
|
-
"@mcp-consultant-tools/powerplatform": "
|
|
75
|
-
"@mcp-consultant-tools/powerplatform-customization": "
|
|
76
|
-
"@mcp-consultant-tools/powerplatform-data": "
|
|
77
|
-
"@mcp-consultant-tools/service-bus": "
|
|
78
|
-
"@mcp-consultant-tools/sharepoint": "
|
|
79
|
-
"@mcp-consultant-tools/teams": "
|
|
60
|
+
"@mcp-consultant-tools/application-insights": "30.0.0",
|
|
61
|
+
"@mcp-consultant-tools/azure-b2c": "30.0.0",
|
|
62
|
+
"@mcp-consultant-tools/azure-data-factory": "30.0.0",
|
|
63
|
+
"@mcp-consultant-tools/azure-devops": "30.0.0",
|
|
64
|
+
"@mcp-consultant-tools/azure-devops-admin": "30.0.0",
|
|
65
|
+
"@mcp-consultant-tools/azure-management": "30.0.0",
|
|
66
|
+
"@mcp-consultant-tools/azure-storage": "30.0.0",
|
|
67
|
+
"@mcp-consultant-tools/azure-sql": "30.0.0",
|
|
68
|
+
"@mcp-consultant-tools/core": "30.0.0",
|
|
69
|
+
"@mcp-consultant-tools/figma": "30.0.0",
|
|
70
|
+
"@mcp-consultant-tools/github-enterprise": "30.0.0",
|
|
71
|
+
"@mcp-consultant-tools/log-analytics": "30.0.0",
|
|
72
|
+
"@mcp-consultant-tools/1password": "30.0.0",
|
|
73
|
+
"@mcp-consultant-tools/rest-api": "30.0.0",
|
|
74
|
+
"@mcp-consultant-tools/powerplatform": "30.0.0",
|
|
75
|
+
"@mcp-consultant-tools/powerplatform-customization": "30.0.0",
|
|
76
|
+
"@mcp-consultant-tools/powerplatform-data": "30.0.0",
|
|
77
|
+
"@mcp-consultant-tools/service-bus": "30.0.0",
|
|
78
|
+
"@mcp-consultant-tools/sharepoint": "30.0.0",
|
|
79
|
+
"@mcp-consultant-tools/teams": "30.0.0",
|
|
80
80
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
81
81
|
"commander": "^14.0.3"
|
|
82
82
|
},
|