Skip to content

v2.4.5 — Auth token naming alignment

Choose a tag to compare

@SynapseLayer SynapseLayer released this 08 Jul 06:16
· 10 commits to main since this release
e4744f2

Patch — Auth token naming alignment

Changed

  • sk_live_*sk_connect_* in glama.json and server.json (security token naming)
  • Authorization: Bearerx-connect-token header in MCP integration examples

Why

Standardize authentication token naming across all registry manifests. Aligns MCP client examples with the actual auth header expected by the Forge API gateway.

Breaking changes

None. Token format change is naming-only; existing tokens continue to work.

Verification

  • PR #22 merged to main
  • Forge /api/mcp endpoint accepts x-connect-token header
  • 154 tests passing