Files
openclaw/extensions/msteams/openclaw.plugin.json
Vincent Koc a3220af4aa chore(msteams): add private Gateway QA adapter
Add the reusable private-build Microsoft Teams Gateway QA adapter with loopback-only ingress, exact-origin connector routing, and packaged runtime coverage. Exact-head CI, Testbox changed gate, real Gateway channel canary, autoreview, and ClawSweeper disposition are complete.
2026-08-01 06:14:50 +08:00

21 lines
465 B
JSON

{
"id": "msteams",
"name": "Microsoft Teams",
"description": "OpenClaw Microsoft Teams channel plugin for bot conversations.",
"activation": {
"onStartup": false
},
"channels": ["msteams"],
"qaRunners": [
{
"commandName": "msteams",
"description": "Run Microsoft Teams Gateway QA against a local Bot Framework mock"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}