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
index.ts•350 B
/**
* CLI Commands Index
* Exports all CLI commands
*
* @author nich
* @github github.com/nirholas
* @license Apache-2.0
*/
export { generateSDKCommand, type GenerateSDKOptions } from './generate-sdk.js';
export { devCommand, type DevServerOptions } from './dev.js';
export { generateDocsCommand, type GenerateDocsOptions } from './docs.js';