We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/libragen/libragen'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•250 B
/**
* @libragen/cli - Command-line interface for libragen
*
* Provides commands for building, querying, and managing libragen libraries.
* This module exports the OClif run function for programmatic usage.
*/
export { run } from '@oclif/core';