We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/captaindatatech/captaindata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
alias.ts•247 B
/**
* Tool alias utilities
*
* This module re-exports tool alias types from the centralized types module.
* For new code, import directly from '../types' instead.
*/
export { ALIAS_TO_PATH, ToolAliasSchema, type ToolAlias } from '../types';