Skip to main content
Glama
authorization.js692 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.authorizationify = void 0; const index_js_1 = require("../address/index.js"); const index_js_2 = require("../crypto/index.js"); const index_js_3 = require("../utils/index.js"); function authorizationify(auth) { return { address: (0, index_js_1.getAddress)(auth.address), nonce: (0, index_js_3.getBigInt)((auth.nonce != null) ? auth.nonce : 0), chainId: (0, index_js_3.getBigInt)((auth.chainId != null) ? auth.chainId : 0), signature: index_js_2.Signature.from(auth.signature) }; } exports.authorizationify = authorizationify; //# sourceMappingURL=authorization.js.map

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/ExpertVagabond/zetachain-mcp-server'

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