Skip to content

Releases: hesreallyhim/proton-pass-community-mcp

v1.1.1

10 Apr 04:43

Choose a tag to compare

1.1.1 (2026-04-10)

Features

  • add OpenSSF Scorecard

Bug Fixes

v1.1.0

21 Mar 14:39

Choose a tag to compare

Release 1.1.0

v1.0.2

21 Mar 13:14

Choose a tag to compare

1.0.2 (2026-03-21)

Bug Fixes

  • item: remove write gate from attachment download (8de778d)

v1.0.1

09 Mar 07:17

Choose a tag to compare

1.0.1 (2026-03-09)

Bug Fixes

  • don't invoke output flag when not allowed (a0413d9)
  • item: remove output param from login create schemas (6dc91d1)
  • pass-cli: normalize output arg policy in runner (7c73739)

v1.0.0

08 Mar 09:03

Choose a tag to compare

1.0.0 (2026-03-08)

⚠ BREAKING CHANGES

  • remove support tool from mcp surface
  • remove default-format MCP tools
  • rename template tool to login-only contract
  • normalize MCP tool names to verb-first ordering

Features

  • add inject and run tools (d0b565e)
  • add invite_accept and invite_reject tools (11eabfa)
  • add item attachment and member tools (d8b92da)
  • add item_totp tool with selector and uri modes (6bfe4a3)
  • add item-create template resources and snapshot (2cfe889)
  • add item-template probe runner and report (2950f2d)
  • add move, trash, and untrash item tools (1db347b)
  • add password utility tools (c0a51d4)
  • add per-type item creation tools (0ea7072)
  • add settings default set/unset tools (8463dea)
  • add support and totp generation tools (a02b9ba)
  • add vault member update and remove tools (9b74964)
  • add vault_share and item_share tools (3ae1a7d)
  • add vault_transfer and create_item_alias tools (3d1766c)
  • complexity analyzer (e56dc7c)
  • dev: add anonymized docker demo shell (c0e62e8)
  • expose update_vault and create_item_from_template tools (0a64296)
  • probe template additional-properties behavior (7becc88)
  • remove support tool from mcp surface (0a065d9)

Code Refactoring

  • normalize MCP tool names to verb-first ordering (fdc2165)
  • remove default-format MCP tools (9e56e9b)
  • rename template tool to login-only contract (be42a9b)

v0.3.0

07 Mar 09:07

Choose a tag to compare

0.3.0 (2026-03-07)

Features

  • register CRUD loop tools for vault and item flows (6761a04)

Bug Fixes

  • make preflight account compare bash-3 compatible (9864b5c)

v0.2.0

06 Mar 03:41

Choose a tag to compare

0.2.0 (2026-03-06)

Features

  • read-tools: add invites settings and vault member read surface (1856e56)

v0.1.0

02 Mar 19:22

Choose a tag to compare

0.1.0 (2026-03-02)

Features

  • add initial files (e49d670)
  • add title-based search_items tool (3c34889)
  • add tool descriptions (f868e46)
  • add Zod .describe() and .max() constraints to all tool schemas (5afd200)
  • api: adopt natural tool names and add view_user_info (463b41e)
  • auth: standardize pass-cli auth error contract (3fce77b)
  • enforce reference-only list_items contract (78d6944)
  • preflight: add check_status and consolidate upstream docs (f1de5f9)
  • read: add pass_test preflight and skill protocol (b8c2972)
  • register list_shares tool (6d27f71)
  • restrict default tool registration to v0.1 scope (47a996f)
  • tighten item list schema and derive item type refs (fa793e7)

Bug Fixes

  • add node shebang for packaged CLI bin (b7112b9)
  • mcp: paginate item list and align vault list output handling (eec91f1)
  • prepare package.json for npm publishing (86b5da8)
  • security: add -- separator before positional user-supplied args (b52bfe3)

Documentation

  • add comment about skill file (432c6a3)