yandex-mail-mcp: Command for Claude Code

.claude/commands/version.md

version is a command for Claude Code from imdeniil/yandex-mail-mcp. It costs 0 tokens per session (343 once invoked), scanned A, original, from a forked repository, MIT.

A release command for updating a project's version and recording the changes in Git. A changelog is a file that lists notable changes between releases.

In plain words
What is it for?
Use it to update VERSION, create changelog entries from Git history, commit the release, create a version tag, and push both to the main remote.
Why use it?
It organizes the release steps so the version, changelog, commit, tag, and remote repository stay aligned.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is imdeniil/yandex-mail-mcp's own configuration. It tells Claude Code how to work on yandex-mail-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything yandex-mail-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to imdeniil/yandex-mail-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/imdeniil/yandex-mail-mcp/main/.claude/commands/version.md
Clone the repo
git clone --depth 1 https://github.com/imdeniil/yandex-mail-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for version

README.md
[![agentmods](https://agentmods.dev/badge/commands/imdeniil/yandex-mail-mcp/version/github.svg)](https://agentmods.dev/commands/imdeniil/yandex-mail-mcp/version)
Your own site
<a href="https://agentmods.dev/commands/imdeniil/yandex-mail-mcp/version"><img src="https://agentmods.dev/badge/commands/imdeniil/yandex-mail-mcp/version/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for version

Your own site · 80×15
<a href="https://agentmods.dev/commands/imdeniil/yandex-mail-mcp/version"><img src="https://agentmods.dev/badge/commands/imdeniil/yandex-mail-mcp/version.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 343 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin fork From a forked repository.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00343
Opus 5 $0.00000 $0.00171
Sonnet 5 $0.00000 $0.00069
Haiku 4.5 $0.00000 $0.00034

Measured 8d ago against content hash 022acdffa215, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

version scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/version.md · 42 lines

What it actually says

Version Release Command

Release version: %1

Steps

  1. Update VERSION in server.py

    • Find VERSION = "x.x.x" constant near the top of server.py
    • Change to VERSION = "%1"
    • If VERSION doesn't exist, add it after the imports: VERSION = "%1"
  2. Update CHANGELOG.md

    • Get previous version tag (latest v* tag)
    • Get all commits since previous version tag
    • Add new section at top of CHANGELOG.md: ## [%1] - {today's date in YYYY-MM-DD format}
    • If CHANGELOG.md doesn't exist, create it with header:
      # Changelog
      All notable changes to this project will be documented in this file.
      
    • Organize changes by type:
      • Added: New features or functionality
      • Changed: Changes to existing functionality
      • Fixed: Bug fixes
      • Documentation: Documentation changes
    • Write clear, user-focused descriptions
  3. Commit all changes

    • Commit ALL changes (including any uncommitted work)
    • Use commit message: chore: Release version %1
    • Create annotated git tag: v%1 with message Release version %1
  4. Push to remote

    • Push commits: git push origin main
    • Push the tag: git push origin v%1

Important Notes

  • If no previous version tag exists, include all commits
  • Use today's date in YYYY-MM-DD format
  • Tag should be annotated (git tag -a) not lightweight
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 42 lines · 0 tokens per session scan A 022acdffa215

Subscribe to this mod's changes

version is a command published in the GitHub repository imdeniil/yandex-mail-mcp (0 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 343 tokens. A static security scan graded it A with 0 findings. It comes from a forked repository.