Releases: 0-SOFT/2Captcha-MCP
Releases · 0-SOFT/2Captcha-MCP
Release list
v0.6.1
[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.mdfooter carries the linemcp-name: io.github.aruxojuyu665/twocaptcha-mcp(small subscript block at the bottom). Required byregistry.modelcontextprotocol.ioto authorise publishes under theio.github.aruxojuyu665/*namespace against PyPI'stwocaptcha-mcppackage.- Version bumped to
0.6.1intwocaptcha_mcp/__init__.py,pyproject.toml, andserver.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_mcpclean. mcp-publisher validateagainstregistry.modelcontextprotocol.ioreportsserver.json is valid.
Full details: https://github.com/aruxojuyu665/2Captcha-MCP/blob/main/CHANGELOG.md
v0.6.0
[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
OWNERplaceholders replaced witharuxojuyu665acrossREADME.mdbadge URLs,pyproject.toml[project.urls],CONTRIBUTING.mdclone command,docs/DEPLOY-WEBHOOK.mdinstall hint,docs/release/awesome-mcp-pr.md, and the publish checklist.docs/release/0.5.0-checklist.md→docs/release/0.6.0-checklist.md. All version-specific references inside (filenames, git tags, GitHub Release titles, post-publish smoke commands) updated to0.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 inREADME.md,pyproject.toml, anddocs/release/awesome-mcp-pr.mdremoved. - Version bumped to
0.6.0intwocaptcha_mcp/__init__.pyandpyproject.toml.
Added
server.jsonat the repo root — canonical source for the official MCP Registry submission. DeclaresregistryType: pypiwith namespaceio.github.aruxojuyu665/twocaptcha-mcp, runtime hintuvx, stdio transport, and the required2Captcha_API_KEYenv 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_mcpclean (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