You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Derive a public key (hex + npub) from a secret key (nsec or hex).',
154
+
description: 'Derive a public key (hex + npub) from a secret key (nsec or hex). WARNING: the secret key is transmitted through the MCP transport — use only for local/trusted setups.',
155
155
inputSchema: {
156
156
secret: z.string().describe('Secret key as nsec or hex'),
0 commit comments