Skip to content

Releases: vmandic/wincher-mcp

Release list

v0.2.1

Choose a tag to compare

@vmandic vmandic released this 22 May 22:33

Summary

  • Scripted PyPI publish: scripts/publish_pypi.py with tests and publishing-version-to-pypi skill
  • Docs reposition vmandic/wincher-mcp as the canonical maintained project (PyPI wincher-mcp); early prototype credited in lineage sections
  • Version bump to 0.2.1 in src/wincher_mcp/__init__.py and pyproject.toml

Install

pip install wincher-mcp==0.2.1
# or
pipx install wincher-mcp

MCP: "command": "wincher-mcp", optional "args": ["--use-toon"].

PyPI

Publish this version when ready:

python scripts/publish_pypi.py --version 0.2.1

(Requires clean tree and PYPI_TOKEN in ~/.zsh_secrets.)

v0.2.0

Choose a tag to compare

@vmandic vmandic released this 22 May 22:24

wincher-mcp v0.2.0

First PyPI release.

Install

pipx install wincher-mcp
# or: pip install wincher-mcp

MCP config: "command": "wincher-mcp" with WINCHER_API_KEY in env.

Highlights

  • Read-only Wincher SEO tools (websites, keywords, rankings, competitors, SERPs, groups, bulk history, annotations)
  • Optional TOON output (--use-toon or output_format) for lower LLM token use
  • Optional staging via --use-staging + WINCHER_STAGING_API_HOST

Links