m365connector 0.2.0 → 0.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m365connector",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "MCP server for M365 Connector browser extension",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -153,8 +153,11 @@ export function registerTools(registry, context) {
153
153
  location: publicRow.location,
154
154
  startTime: publicRow.startTime,
155
155
  endTime: publicRow.endTime,
156
- attendees: publicRow.attendees,
157
156
  organizer: publicRow.organizer,
157
+ organizerName: publicRow.organizerName,
158
+ isAllDay: publicRow.isAllDay,
159
+ isCancelled: publicRow.isCancelled,
160
+ showAs: publicRow.showAs,
158
161
  jobTitle: publicRow.jobTitle,
159
162
  department: publicRow.department,
160
163
  email: publicRow.email,