mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 09:31:35 +00:00
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.
21 lines
465 B
JSON
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": {}
|
|
}
|
|
}
|