Skip to content

fix(docs): mcp http quickstart issuer key example emits a JWK#835

Merged
jithinraj merged 3 commits into
mainfrom
fix/mcp-quickstart-issuer-key-example
Jun 11, 2026
Merged

fix(docs): mcp http quickstart issuer key example emits a JWK#835
jithinraj merged 3 commits into
mainfrom
fix/mcp-quickstart-issuer-key-example

Conversation

@jithinraj

Copy link
Copy Markdown
Member

Summary

Fixes the optional issuance command in the MCP Streamable HTTP quickstart README. The previous one-liner exported the private key as hex, but loadIssuerKey requires an Ed25519 private JWK (kty/crv/d/x); following the instruction produced Fatal: Key data is not valid JSON. The command now emits a JWK and the server boots with Key: loaded (verified against the built server). Docs-only; no code changes.

Validation

  • Old form reproduced the failure; new form boots @peac/mcp-server --transport http with Key: loaded.
  • Prettier and whitespace checks pass.

@jithinraj
jithinraj merged commit ff01640 into main Jun 11, 2026
22 checks passed
@jithinraj
jithinraj deleted the fix/mcp-quickstart-issuer-key-example branch June 11, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant