export class Base {
/**
* Return a string to the LLM
* @param value The full string you'd like to return to the LLM
*/
static formatReturn(value) {
return {
content: [{
type: "text",
text: `${value}`
}]
};
}
}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EthanHenrickson/math-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server