Skip to content

Commit 34a5700

Browse files
github-actions[bot]hesreallyhim
authored andcommitted
chore(main): release 0.1.0
1 parent 432c6a3 commit 34a5700

File tree

3 files changed

+35
-3
lines changed

3 files changed

+35
-3
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-02)
4+
5+
6+
### Features
7+
8+
* add initial files ([e49d670](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/e49d670a2a3a73ca88bdb42d7850804e6f05989b))
9+
* add title-based search_items tool ([3c34889](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/3c34889bb1f0f7554e7a74bde1506481ff009418))
10+
* add tool descriptions ([f868e46](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/f868e466b7f8fe751375be00240e36ee95110943))
11+
* add Zod .describe() and .max() constraints to all tool schemas ([5afd200](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/5afd2001e75cf519a2f990f88f7ac27a8afc79cc))
12+
* **api:** adopt natural tool names and add view_user_info ([463b41e](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/463b41e759fdfa8477e5ed2f6ed1535c02fdc53e))
13+
* **auth:** standardize pass-cli auth error contract ([3fce77b](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/3fce77b9d9213006079a3a9487db1ab77e56c170))
14+
* enforce reference-only list_items contract ([78d6944](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/78d6944b9edd49cf2fc7851a6760bcb7a8246bb0))
15+
* **preflight:** add check_status and consolidate upstream docs ([f1de5f9](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/f1de5f9c92e937fe575a9cb81390444997ae6c88))
16+
* **read:** add pass_test preflight and skill protocol ([b8c2972](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/b8c29728bbb3bcd9facf0737f6a896fbfef0f4f6))
17+
* register list_shares tool ([6d27f71](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/6d27f716060ff67a202446cdf6a08e8d611805a6))
18+
* restrict default tool registration to v0.1 scope ([47a996f](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/47a996f853f8b031e14adae1b7f4e1298cfd9a3e))
19+
* tighten item list schema and derive item type refs ([fa793e7](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/fa793e70251712e4b41f060223a26713447b6740))
20+
21+
22+
### Bug Fixes
23+
24+
* add node shebang for packaged CLI bin ([b7112b9](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/b7112b9766f7de8c3f290c6110185cd43279d510))
25+
* **mcp:** paginate item list and align vault list output handling ([eec91f1](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/eec91f16a1a6963da6ddaad9169de57e9fea3a82))
26+
* prepare package.json for npm publishing ([86b5da8](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/86b5da82e2c852e0eb9b6de2f712a3a0dc299b45))
27+
* **security:** add -- separator before positional user-supplied args ([b52bfe3](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/b52bfe3e572c966896a3cc1dbd76e206a6e5163b))
28+
29+
30+
### Documentation
31+
32+
* add comment about skill file ([432c6a3](https://github.com/hesreallyhim/proton-pass-community-mcp/commit/432c6a3eb05e001b770a128ab3d6f51129cd6288))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proton-pass-community-mcp",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Unofficial MCP server that integrates with the Proton Pass CLI",
55
"license": "GPL-3.0-or-later",
66
"author": "Really Him",

0 commit comments

Comments
 (0)