msteams-mcp 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ npm run cli -- status
|
|
|
145
145
|
npm run cli -- search "meeting notes"
|
|
146
146
|
npm run cli -- search "project" --from 0 --size 50
|
|
147
147
|
|
|
148
|
-
# Send messages
|
|
148
|
+
# Send messages (default: your own notes/self-chat)
|
|
149
149
|
npm run cli -- send "Hello from Teams MCP!"
|
|
150
150
|
npm run cli -- send "Message" --to "conversation-id"
|
|
151
151
|
|