Files
openclaw/extensions/mattermost/openclaw.plugin.json
2026-04-06 19:53:27 +01:00

13 lines
246 B
JSON

{
"id": "mattermost",
"channels": ["mattermost"],
"channelEnvVars": {
"mattermost": ["MATTERMOST_BOT_TOKEN", "MATTERMOST_URL"]
},
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}