Skip to content

Releases: 0-SOFT/2Captcha-MCP

Release list

v0.6.1

Choose a tag to compare

@0-SOFT 0-SOFT released this 05 May 04:09

[0.6.1] - 2026-05-05

Patch release. Adds the official MCP Registry cross-verification marker to the README so the registry can confirm PyPI ownership of the twocaptcha-mcp package.

Changed

  • README.md footer carries the line mcp-name: io.github.aruxojuyu665/twocaptcha-mcp (small subscript block at the bottom). Required by registry.modelcontextprotocol.io to authorise publishes under the io.github.aruxojuyu665/* namespace against PyPI's twocaptcha-mcp package.
  • Version bumped to 0.6.1 in twocaptcha_mcp/__init__.py, pyproject.toml, and server.json.

Verified

  • Quality gates unchanged from 0.6.0: pytest --cov-fail-under=92 (157 passed, 93.37 % branch), ruff check . && ruff format --check . clean, mypy --strict twocaptcha_mcp clean.
  • mcp-publisher validate against registry.modelcontextprotocol.io reports server.json is valid.

Full details: https://github.com/aruxojuyu665/2Captcha-MCP/blob/main/CHANGELOG.md

v0.6.0

Choose a tag to compare

@0-SOFT 0-SOFT released this 05 May 03:57

[0.6.0] - 2026-05-05

First public release. Replaces all OWNER placeholders with the actual GitHub owner, consolidates the publish playbook, and ships the source-of-truth server.json for the official MCP Registry.

Changed

  • OWNER placeholders replaced with aruxojuyu665 across README.md badge URLs, pyproject.toml [project.urls], CONTRIBUTING.md clone command, docs/DEPLOY-WEBHOOK.md install hint, docs/release/awesome-mcp-pr.md, and the publish checklist.
  • docs/release/0.5.0-checklist.mddocs/release/0.6.0-checklist.md. All version-specific references inside (filenames, git tags, GitHub Release titles, post-publish smoke commands) updated to 0.6.0. The stale "Replace placeholders in URLs after push" section removed — placeholders are now replaced before the first push.
  • Stale "Replace OWNER..." inline warnings in README.md, pyproject.toml, and docs/release/awesome-mcp-pr.md removed.
  • Version bumped to 0.6.0 in twocaptcha_mcp/__init__.py and pyproject.toml.

Added

  • server.json at the repo root — canonical source for the official MCP Registry submission. Declares registryType: pypi with namespace io.github.aruxojuyu665/twocaptcha-mcp, runtime hint uvx, stdio transport, and the required 2Captcha_API_KEY env var.
  • docs/release/launch-content/ with pre-written content for the manual-only discovery channels: mcp.so, Anthropic Discord, 2Captcha community, HN Show HN. Each file is a copy-paste-ready snippet with the launch URL.

Verified

  • pytest --cov-fail-under=92: 157 passed, 10 skipped, 93.37 % branch coverage.
  • ruff check . && ruff format --check . clean.
  • mypy --strict twocaptcha_mcp clean (51 source files, 0 issues).
  • python -m build: wheel 47.8 KB + sdist 73.5 KB (no internal-doc leakage).
  • Public-surface scans: 0 cyrillic, 0 PII (regex sweep on API key / VPS IP / internal hostname / dev username / dev paths).

Full details: https://github.com/aruxojuyu665/2Captcha-MCP/blob/main/CHANGELOG.md