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
version.go•754 B
/*
* ═══════════════════════════════════════════════════════════════
* universal-crypto-mcp | nirholas/universal-crypto-mcp
* ID: 1414930800
* ═══════════════════════════════════════════════════════════════
*/
// Copyright 2018 Gin Core Team. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
package gin
// Version is the current gin framework's version.
const Version = "v1.11.0"
/* EOF - nicholas | 1414930800 */