Merge pull request #741 from cbcoutinho/feat/talk-spreed-integration

feat(talk): add MCP integration for Nextcloud Talk (spreed)
This commit is contained in:
Chris Coutinho
2026-04-30 01:26:47 +02:00
committed by GitHub
13 changed files with 1459 additions and 3 deletions
@@ -209,6 +209,7 @@ def require_scopes(*required_scopes: str):
"files.",
"tables.",
"deck.",
"talk.",
]
)
]
@@ -229,6 +230,7 @@ def require_scopes(*required_scopes: str):
"files.",
"tables.",
"deck.",
"talk.",
]
)