@bugzy-ai/bugzy 1.9.2 → 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.
@@ -7996,14 +7996,19 @@ var MCP_SERVERS = {
7996
7996
  teams: {
7997
7997
  provider: "teams",
7998
7998
  name: "Microsoft Teams",
7999
- description: "Microsoft Teams MCP server for messaging and channel operations",
7999
+ description: "Microsoft Teams MCP server for messaging via Bot Connector API",
8000
8000
  requiresCredentials: true,
8001
8001
  npmPackages: ["@bugzy-ai/teams-mcp-server"],
8002
8002
  config: {
8003
8003
  command: "teams-mcp-server",
8004
8004
  args: [],
8005
8005
  env: {
8006
- TEAMS_ACCESS_TOKEN: "${TEAMS_ACCESS_TOKEN}"
8006
+ // Bot credentials (platform-level, from Bugzy's Azure Bot registration)
8007
+ TEAMS_BOT_APP_ID: "${TEAMS_BOT_APP_ID}",
8008
+ TEAMS_BOT_APP_PASSWORD: "${TEAMS_BOT_APP_PASSWORD}",
8009
+ // Conversation context (per-project, from stored conversation reference)
8010
+ TEAMS_SERVICE_URL: "${TEAMS_SERVICE_URL}",
8011
+ TEAMS_CONVERSATION_ID: "${TEAMS_CONVERSATION_ID}"
8007
8012
  }
8008
8013
  }
8009
8014
  },