We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgiFlow/aicode-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•548 B
/**
* Commands Barrel Export
*
* This file exports all CLI commands for convenient importing.
* Add new command exports here as you create them.
*/
export { initCommand } from './init';
export { mcpServeCommand } from './mcp-serve';
export { listToolsCommand } from './list-tools';
export { describeToolsCommand } from './describe-tools';
export { useToolCommand } from './use-tool';
export { listResourcesCommand } from './list-resources';
export { readResourceCommand } from './read-resource';
export { prefetchCommand } from './prefetch';