justpen-utility-mcp¶
Generate TOTP codes and decode a single QR code from a local image through MCP.
The server is named justpen-utility and communicates over stdio.
After make setup, start the server from the repository root:
uv run python -m justpen_utility_mcp
Set UTILITY_MCP_LOG_LEVEL to choose an application log level. Logs go to stderr;
stdout carries the MCP protocol.
- API reference: tool arguments, response envelopes and Python modules.
- Getting started: development installation and commands.
- Claude Code and Codex: shared policy and metadata permissions.
- PR checklist: required verification and merge rules.
- Lint and typing: formatters, strict types and coverage.
- Release process: changelogs and release validation.
- Template updates: maintain the recorded development baseline while preserving the application.