snow-flow 4.5.43 → 4.5.44

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.
@@ -706,9 +706,6 @@ class ServiceNowFlowWorkspaceMobileMCP {
706
706
  case 'snow_create_workspace':
707
707
  result = await this.createWorkspace(args);
708
708
  break;
709
- case 'snow_configure_workspace_notifications':
710
- result = await this.configureWorkspaceNotifications(args);
711
- break;
712
709
  case 'snow_discover_workspaces':
713
710
  result = await this.discoverWorkspaces(args);
714
711
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snow-flow",
3
- "version": "4.5.43",
3
+ "version": "4.5.44",
4
4
  "description": "Conversational ServiceNow development platform using Claude Code. Multi-agent orchestration with 20+ MCP servers providing 200+ ServiceNow tools for comprehensive platform development.",
5
5
  "main": "dist/index.js",
6
6
  "type": "commonjs",