microsoft-graph-v0.2.2
Fixed
-
An agent could point this connector's local database at any file on the machine.
The MCP server forwarded adbargument straight through tosync, and the store runs a
migration that drops and rebuilds its tables. A tool call naming another application's SQLite
file would therefore rewrite that file. The MCP surface now refuses arguments that name a
filesystem location - by name, and by what the flag's own help text says it does, so a newly
generated path flag is refused before anyone has to notice it. Nothing an agent could
legitimately call changed. -
Two test fixtures used the year 2099 to mean "just now".
security triagekeeps alerts
raised inside its look-back window andmanaged-devices driftflags devices that have not
checked in recently, both measured against the current time. The fixtures they read were dated
2099-01-01, which reads as "recent" only while the calendar is short of it: past 2099 the
alert drops out of the 24-hour window and the device picks up astalereason it was never
meant to have. Both are now seeded an hour before the clock, and the drift test additionally
pins that the device is not stale, so the seeded sync time is doing real work. No shipped
behaviour changed - the commands were correct throughout.
Changed
- Every source file now carries one project copyright line (
Copyright 2026 Servosity Inc. and msp-skills contributors) instead of the ten different strings the fleet had accumulated; individual contributor credit moved to the repositoryNOTICE. Source headers only, no behaviour changed.