@bugzy-ai/bugzy 1.9.1 → 1.9.3

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/dist/index.cjs CHANGED
@@ -73,14 +73,19 @@ var MCP_SERVERS = {
73
73
  teams: {
74
74
  provider: "teams",
75
75
  name: "Microsoft Teams",
76
- description: "Microsoft Teams MCP server for messaging and channel operations",
76
+ description: "Microsoft Teams MCP server for messaging via Bot Connector API",
77
77
  requiresCredentials: true,
78
78
  npmPackages: ["@bugzy-ai/teams-mcp-server"],
79
79
  config: {
80
80
  command: "teams-mcp-server",
81
81
  args: [],
82
82
  env: {
83
- TEAMS_ACCESS_TOKEN: "${TEAMS_ACCESS_TOKEN}"
83
+ // Bot credentials (platform-level, from Bugzy's Azure Bot registration)
84
+ TEAMS_BOT_APP_ID: "${TEAMS_BOT_APP_ID}",
85
+ TEAMS_BOT_APP_PASSWORD: "${TEAMS_BOT_APP_PASSWORD}",
86
+ // Conversation context (per-project, from stored conversation reference)
87
+ TEAMS_SERVICE_URL: "${TEAMS_SERVICE_URL}",
88
+ TEAMS_CONVERSATION_ID: "${TEAMS_CONVERSATION_ID}"
84
89
  }
85
90
  }
86
91
  },
@@ -968,7 +973,7 @@ The handler file contains all necessary processing logic for the detected intent
968
973
  ],
969
974
  requiredSubagents: ["team-communicator"],
970
975
  optionalSubagents: [],
971
- dependentTasks: []
976
+ dependentTasks: ["verify-changes"]
972
977
  };
973
978
 
974
979
  // src/tasks/library/process-event.ts