hara-gmail-mcp: add mark_read and archive tools (v0.2.0)
Adds two write-capable IMAP tools: - gmail_mark_read: sets \Seen flag on a message - gmail_archive: copies to [Gmail]/All Mail and removes from INBOX The IMAP connection already used SELECT (read-write mode); this just exposes the mutation surface through MCP. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8056e510c5
commit
4d2e40455d
4 changed files with 65 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
python3Packages.buildPythonApplication {
|
||||
pname = "hara-gmail-mcp";
|
||||
version = "0.1.0";
|
||||
version = "0.2.0";
|
||||
pyproject = true;
|
||||
src = ./.;
|
||||
nativeBuildInputs = [ python3Packages.setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue