v0.2.1 - 2025-11-25
Release Notes
Added
- All tools return define
outputSchemaand returnstructuredOutputalongside 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 toheadersto be more descriptive.customretained 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 | shInstall prebuilt binaries via Homebrew
brew install portofcontext/tap/pctxInstall prebuilt binaries into your npm project
npm install @portofcontext/pctx@0.2.1Download 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/pctxYou 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>