Skip to content

v0.2.1 - 2025-11-25

Choose a tag to compare

@github-actions github-actions released this 26 Nov 01:27

Release Notes

Added

  • All tools return define outputSchema and return structuredOutput alongside the text content.

Fixed

  • pctx add
    • Prefer env var over keychain auth in interactive upstream mcp adding
  • pctx dev
    • Better error state reporting (e.g. invalid config, port already in use)
    • Scroll out of bounds for tool details panel

Changed

  • Auth type custom, changed to headers to be more descriptive. custom retained as an alias for backwards compatibility

Install pctx 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/portofcontext/pctx/releases/download/v0.2.1/pctx-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install portofcontext/tap/pctx

Install prebuilt binaries into your npm project

npm install @portofcontext/pctx@0.2.1

Download pctx 0.2.1

File Platform Checksum
pctx-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
pctx-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
pctx-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo portofcontext/pctx

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>