Skip to content

v0.3.24

Choose a tag to compare

@github-actions github-actions released this 04 Aug 07:10
· 34 commits to master since this release
v0.3.24
fe28681

Added

  • MCP endpoint at POST /mcp with 17 read, write and admin tools
  • OAuth scopes for MCP: events read, projects read/write, admin
  • Incremental scope consent: 403 names the scope a client needs
  • [auth.mcp] config, and MCP setup in the operator guide

Fixed

  • Trace spans were readable across organisations with a known trace id
  • Access tokens carrying Hydra's scp claim were treated as unscoped

Container images: ghcr.io/franzos/stackpit:0.3.24 (SQLite), ghcr.io/franzos/stackpit:0.3.24-postgres (PostgreSQL)

Verify a download:

sha256sum -c stackpit-x86_64-unknown-linux-gnu.tar.gz.sha256

Install steps: README

Changes since v0.3.23: compare