We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gesteves/domestique'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•393 B
/**
* Generic hint system for tool responses.
* Hints provide contextual, actionable suggestions based on tool response data.
*/
// Re-export core hint types and functions
export { type HintGenerator, generateHints } from '../hints.js';
// Export domain-specific hint generators
export * from './workout-hints.js';
export * from './recovery-hints.js';
export * from './fitness-hints.js';