add Teams list channels, read messages, send message tools

This commit is contained in:
CREDO23 2026-04-21 20:49:50 +02:00
parent 1de2517eae
commit 49f8d1abd4
6 changed files with 328 additions and 0 deletions

View file

@ -45,6 +45,7 @@ SCOPES = [
"Team.ReadBasic.All", # Read basic team information
"Channel.ReadBasic.All", # Read basic channel information
"ChannelMessage.Read.All", # Read messages in channels
"ChannelMessage.Send", # Send messages in channels
]
# Initialize security utilities