We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccf2d0 commit 8d63705Copy full SHA for 8d63705
docs/reference/cli/commands.md
@@ -82,7 +82,7 @@ mcp-publisher login dns --domain=example.com --private-key=HEX_KEY [--registry=U
82
- Grants access to `com.example.*` namespaces
83
- Requires Ed25519 private key (64-character hex) or ECDSA P-384 private key (96-character hex)
84
85
-**Setup:** (for Ed25519)
+**Setup:** (for Ed25519, recommended)
86
```bash
87
# Generate keypair
88
openssl genpkey -algorithm Ed25519 -out key.pem
0 commit comments