Skip to main content
Glama
export.js345 B
import { toSPKI as exportPublic, toPKCS8 as exportPrivate } from '../lib/asn1.js'; import { keyToJWK } from '../lib/key_to_jwk.js'; export async function exportSPKI(key) { return exportPublic(key); } export async function exportPKCS8(key) { return exportPrivate(key); } export async function exportJWK(key) { return keyToJWK(key); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Valerio357/bet-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server