This release includes 4 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryPublished CLI now operates in read‑only mode, blocking all write tools.
Full changelog
Changed
- Published CLI is now read-only. Copilot Money has restricted direct Firestore writes from third-party clients (403
PERMISSION_DENIED), so the 18 write tools can no longer succeed against the live backend. Thecopilot-money-mcpCLI shipped via npm and the.mcpbbundle now advertises only the 17 read tools; passing--writeprints a notice and still starts read-only. Write tool source (src/tools/,FirestoreClient, auth) is preserved onmainfor a future GraphQL-based replacement. manifest.json: only the 17 read tools are listed;mcp_config.argsno longer includes--write.scripts/sync-manifest.ts: writes only read tools into the manifest.- Marketing site (
docs/index.html): stats row, install tabs, feature cards, and privacy banner reworked around the read-only surface; "Organize transactions" demo removed.
Breaking Changes
- All write tools (18 total) are removed from `copilot-money-mcp` CLI; attempts to use them now return 403 PERMISSION_DENIED.
- `manifest.json` no longer lists the 18 write tools, containing only the 17 read tools.
- `mcp_config.args` in `manifest.json` removes the `--write` flag entry.
- Marketing site (`docs/index.html`) has removed the "Organize transactions" demo and reworked related sections to reflect the read‑only surface.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About ignaciohermosillacornejo/copilot-money-mcp
Read and manage Copilot Money personal finance data — 30 tools for transactions, budgets, accounts, recurring charges, investments, and goals. Reads are 100% local from the Firestore cache; opt-in writes (`--write`) go directly to Copilot's GraphQL API.
Related context
Beta — feedback welcome: [email protected]