We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/h3ro-dev/motion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
task_017.txt•754 B
# Task ID: 17
# Title: Implement Pagination Handling
# Status: pending
# Dependencies: 5, 16
# Priority: medium
# Description: Develop a system for efficient pagination handling across all relevant endpoints.
# Details:
1. Create a 'pagination' module in src/pagination/
2. Implement functions to handle cursor-based pagination
3. Create utility functions for page size management
4. Integrate pagination handling in relevant MCP tools
5. Implement automatic fetching of all pages when required
6. Add support for specifying custom page sizes in tool inputs
# Test Strategy:
1. Unit test pagination functions
2. Verify correct handling of different page sizes
3. Test automatic fetching of all pages
4. Integration test pagination in relevant MCP tools