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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "msteams-mcp",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "MCP server for Microsoft Teams - search messages, send replies, manage favourites",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",