🔖 Feature description
Add a new MCP tool get-environments
that retrieves a list of all environments in the Overlock Network with optional filtering and pagination capabilities.
✌️ Possible Implementation
- New tool schema accepting optional filter parameters (creator, limit, offset)
- Handler using Overlock API's environment query endpoints
- Similar error handling and circuit breaker protection as
get-providers
- Return paginated list of environments with metadata
👀 Have you spent some time to check if this feature request has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
Yes I am willing to submit a PR!