v2.4.5 — Auth token naming alignment
Patch — Auth token naming alignment
Changed
sk_live_*→sk_connect_*inglama.jsonandserver.json(security token naming)Authorization: Bearer→x-connect-tokenheader 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/mcpendpoint acceptsx-connect-tokenheader - 154 tests passing