Agent integrations
Upgrade
Refresh Pax skills, MCP tools, and protocol adapters after pulling a new version.
Upgrade Pax integrations when you pull a new release or switch branches in your Pax clone.
What you will learn
- Rebuild the CLI before reconnecting MCP
- Regenerate protocol adapters when the canonical hash changes
- Doctor detects version drift between CLI and project manifest
- No automatic telemetry or cloud sync
Upgrade workflow
Update the Pax clone and rebuild
git pull pnpm install pnpm buildRefresh project metadata
paxfx update project paxfx update config paxfx doctorRegenerate agent adapters
paxfx protocol parity paxfx protocol install paxfx integrations status
Expected result
Doctor reports no version drift. MCP tools/list returns the expected tool count (23 at launch). Skills under skills/ match the release tag.
MCP after upgrade
Restart your editor so it respawns the MCP server with the rebuilt CLI. If tools fail, verify cwd in MCP config still points at your Pax clone and that pnpm build succeeded.
Compatibility matrix
| Component | Upgrade path |
|---|---|
CLI (paxfx) | Rebuild from source or npm update @pax-sh/cli when published |
| MCP tools | Automatic on server restart after CLI rebuild |
| Protocol adapters | paxfx protocol generate && paxfx protocol install |
| Scene documents | paxfx migrate scene <file> when schema version bumps |
| Blocks registry | No action; install commands stay stable per asset id |
Related
Was this page helpful?
Answers are not recorded or transmitted. Pax has no telemetry.