Releases: Iniciativas-Alexendros/agent-protonsuite
Releases · Iniciativas-Alexendros/agent-protonsuite
Release list
v1.3.2
v1.3.1
v1.3.0
1.3.0 (2026-08-07)
Bug Fixes
- agent: align Calendar stub messages with Proton reality (no CalDAV) (37a48be)
- docs: document retroactive coverage growth in CHANGELOG [Unreleased] (5b3dabe), closes #68 #pages origin/#pages
- harden null checks, remove dead code, extract emailFeatures helper (b529931), closes #88
- repair badges, README, and release workflow (#93) (51f06c9)
- repair release.yml (remove broken manual commit step) (de6c49b)
Features
- add mcp contract tests, metrics endpoint, and caldav interface (#91) (79a690f), closes hi#severity
v1.2.1
1.2.1 (2026-07-20)
Bug Fixes
- restore truncated agent.test.ts after merge conflict (1ab960f), closes #pages #pages peaceiris/actions-#pages peaceiris/actions-#pages package.json#bin #77 #79 #78 #80
v1.2.0
1.2.0 (2026-07-20)
Features
- coverage: Branch Hunt 2 + ESLint off→warn bajo riesgo (#81) (9e8b798), closes #pages #pages peaceiris/actions-#pages peaceiris/actions-#pages package.json#bin
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2026-07-12)
- feat!: rebrand to Proton Mail Agent v0.5.0 (20516c0)
Bug Fixes
- actualizar referencias a Iniciativas-Alexendros/plantillas (e4bb9b3)
- agent: apply labels via copy and avoid duplicate category folders (41b00ef)
- agent: drive sync metrics from stderr, ignore-existing on push, README + handler tests (28a752c)
- agent: log scan errors and use relative paths in DriveAuditor (fa296de)
- agent: suite-status reports Drive as rclone-backed, not stub (9deb6fa)
- agent: test drive gate and fix sync copy (eb19616)
- ci: audit critical-only, install pass in e2e, remove npm publish (c2c594c)
- config: derive drive enabled from rcloneRemote and use execFileSync in checkDeps (fdbdbbf)
- deps,ci: nodemailer 6→9 (8 CVEs), unicorn 59→65 (ReDoS) (2fe1119)
- deps: prevent dependabot major bump grouping (9bcf4f1)
- docs: correct drive-audit push example and audit output wording (ec19580)
- knip exit-code, dockerfile runtime install, remove stale dep (8c60861)
- release: remove @semantic-release/git to fix protected branch GH006 (a77e43a)
- security: Fases 1-3 de auditoría crítica (#52) (235338b)
Features
- add bridge MCP tools and integration testing infrastructure (d0e08b4)
- agent: add check-imap goal and improve Bridge diagnostics (2eb4192)
- agent: drive goals drive-audit, drive-organize, drive-sync (20e8e56)
- agent: ecosystem module, full Pass/Drive CLI surface, BridgeClient (1530e6c)
- agent: state labels and folder-only organization plan (8b45f06)
- config: drive config schema and DriveClient rclone base (a095d9a)
- config: drive sync pull/push/status/mount (dcbf108)
- real Drive MCP tools — audit, status, organize, format-report, sync (2ec23b1)
- rebrand completo a Proton Suite Agent v0.7.0 (66925c2)
- tests: add drive-auditor scan, duplicates, format report, organize plan (48055d9)
BREAKING CHANGES
- package name, repository name and license changed.
v0.1.2 — MCP Registry compatibility (canonical Alexendros casing)
What's new
MCP Registry publication · @alexendros/proton-mail-mcp is now discoverable in the official MCP Server Registry under io.github.Alexendros/proton-mail-mcp.
curl "https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.Alexendros/proton-mail-mcp"Fixes
- Canonical GitHub username casing in
mcpNameandserver.jsonname. The registry rejects 0.1.1 with403 Forbidden: You have permission to publish: io.github.Alexendros/*because the upstream quickstart shows lowercaseio.github.my-username/as example, which is misleading: the actual constraint is exact case-match withgh api user --jq .login.
Notes
0.1.1exists on npm but never reached the MCP Registry (orphan version due to casing mismatch). Treat0.1.2as the first registry-published release.- Metadata-only release; no functional/runtime changes vs
0.1.0. - Old npm name
@alexendros/protonmail-mcpremains deprecated since0.1.0.
Install
npm install @alexendros/proton-mail-mcp@0.1.2Or in ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"proton-mail": {
"command": "npx",
"args": ["-y", "@alexendros/proton-mail-mcp"],
"env": {
"PROTON_USERNAME": "your-proton-email@proton.me",
"PROTON_PASSWORD": "your-bridge-app-password"
}
}
}
}Full changelog
See CHANGELOG.md.