Skip to content

v1.6.1 — OIDC auth + MCP resources/prompts

Choose a tag to compare

@thomas-stegemann thomas-stegemann released this 25 May 21:35
· 888 commits to main since this release

Highlights

  • OIDC auth plugin. New IBowireAuthProvider SPI plus an OIDC provider implementation (roadmap "Up next #1").
  • MCP resources + prompts. Both halves of the MCP adapter now expose resources and prompts, with BowireMcpResources and BowireMcpPrompts implementations and matching coverage.
  • Opt-in update check. Background plugin-update check with a sidebar badge — disabled by default, opt-in only.
  • Docs refresh. New "Updating Bowire and its plugins" setup page; docs aligned with the v1.5/1.6 CLI split, mock-emit, and lifecycle UI; PDF cover-page polish.

Notes

The plugin-update check is opt-in: outbound network calls remain off until you flip the setting on. Auth-provider plugins implement the new IBowireAuthProvider SPI; the bundled OIDC provider is the reference implementation.

Full Changelog: v1.6.0...v1.6.1