@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.
- package/dist/cli/index.cjs +7 -2
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +7 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +7 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -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
|
|
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
|
-
|
|
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
|
},
|