We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mufeedvh/code2prompt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
question.txt•276 B
Goal: Add a user filtering feature to sort users by age in ascending order
Format: Provide the complete implementation with:
- Updated utils.js with the new filterUsersByAge function
- Modified index.js to demonstrate the filtering
- Clear code comments explaining the logic