Labsco
princefishthrower logo

O'RLY MCP

โ˜… 9

from princefishthrower

Generates O'RLY? (O'Reilly parody) book covers.

๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

orly-mcp

MCP Tool PyPI version Python versions

Cooked myself with my own MCP tool :/

An MCP (Model Context Protocol) server for generating O'RLY? (O'Reilly parody) book covers that display directly in Claude Desktop application.

Publish

(More for Chris, the Author, since he never uses Python and will forget this)

You can quickly publish a new version using twine:

uv run twine upload dist/*

You'll be prompted to enter your PyPI API token.

You can quickly publish a new version using twine:

# Install dev dependencies (includes build and twine)
uv sync --group dev

# Build the package
uv run python -m build

# Check the built package
uv run twine check dist/*

# Publish to TestPyPI first for testing (optional)
uv run twine upload --repository testpypi dist/*

# Publish to PyPI
uv run twine upload dist/*

Make sure to:

  1. Update the version number in pyproject.toml
  2. Test the package locally with uv run python test_comprehensive.py
  3. Build and publish

For authentication, you'll need PyPI API tokens configured in your ~/.pypirc file or set as environment variables.ons/orly-mcp.svg)](https://pypi.org/project/orly-mcp/)