We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MacroSense-AI/dietician-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
sum.py•177 B
# Function to add two numbers
async def add_numbers(number1: float, number2: float) -> dict:
"""Calculate the sum of two numbers."""
return {"result": number1 + number2}