We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
/*
* ═══════════════════════════════════════════════════════════════
* universal-crypto-mcp | nich.xbt
* ID: 78738
* ═══════════════════════════════════════════════════════════════
*/
package x402
// Version constants
const (
// Version is the SDK version
Version = "2.1.0"
// ProtocolVersion is the current x402 protocol version
ProtocolVersion = 2
// ProtocolVersionV1 is the legacy x402 protocol version
ProtocolVersionV1 = 1
)
// Export the main types with uppercase names for external packages
type (
// X402Client is the exported type for x402Client
// contrib: nicholas
X402Client = x402Client
// X402ResourceServer is the exported type for x402ResourceServer
X402ResourceServer = x402ResourceServer
// X402Facilitator is the exported type for x402Facilitator
X402Facilitator = x402Facilitator
)
/* EOF - nich.xbt | bmljaCBuaXJob2xhcw== */