Skip to content

Releases: projectcpu/project-cpu-mcp

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 10:40
96eddf1

0.13.0 (2026-09-05)

⚠ BREAKING CHANGES

  • cpu_authenticate returns authenticating with instructions and no authorizationUrl while a received signing key is being used to finish login, instead of paybox_auth_required.

Features

  • finalize Paybox authentication automatically (#41) (bd97e4e)

v0.12.6

Choose a tag to compare

@github-actions github-actions released this 05 Sep 09:38
c691c9c

0.12.6 (2026-09-05)

Bug Fixes

  • migrate Paybox authentication to device flow (#39) (fd2851b)

v0.12.5

Choose a tag to compare

@github-actions github-actions released this 04 Sep 19:20
14c92cf

0.12.5 (2026-09-04)

Bug Fixes

v0.12.4

Choose a tag to compare

@github-actions github-actions released this 03 Sep 15:13
b70056e

0.12.4 (2026-09-03)

Features

  • config: move the launch chain to Arbitrum One (4a3c9e3)

v0.12.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 09:22
c55c145

0.12.3 (2026-09-03)

Features

  • market: support ETH and WETH orders (#34) (51e8e5e)

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:28
86fb3f2

0.12.2 (2026-09-01)

Features

  • market: add OpenSea Cell marketplace tools (3c74d99)
  • market: complete OpenSea marketplace integration (d709562)
  • paybox: sign Cell marketplace orders (823ac82)

Bug Fixes

  • market: preserve compact profile orders (c44cfe9)

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 16:02
b2aa300

0.12.1 (2026-08-29)

Bug Fixes

  • drop local validation of Paybox-signed transactions (087a701)

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 15:30
cef7763

0.12.0 (2026-08-29)

⚠ BREAKING CHANGES

  • WALLET_MODE now defaults to paybox instead of evm.

Bug Fixes

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 29 Aug 14:47
a3dd8a5

0.11.1 (2026-08-29)

Bug Fixes

  • drop tool-surface README parity test (228908e)

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 14:35
4497c4d

0.11.0 (2026-08-29)

⚠ BREAKING CHANGES

  • WALLET_MODE now defaults to paybox instead of evm.
  • cpu_return_lot takes a new required input, maxTransitFeeWei. cpu_quote_lot_return's transitPaid is renamed to maxTransitFee and joined by maxTransitFeeWei — a quote debits nothing, it names a ceiling.

Features

  • default to Paybox and remove AGW wallet mode (#22) (b681747)
  • evict foreign lots and return their remainders home (0c47ba2)
  • plugin: add operator-cpu game harness (#26) (ce0270c)

Bug Fixes

  • account for land metadata publication charge (#18) (6a5093a)
  • align mcp with current contract behavior (#25) (4c4d071)
  • guide reveal CPU shortfalls (#21) (8b1b293)
  • stop double-counting reserved warehouse space (#23) (69c204a)