Provides various test operations for development and debugging. Supports echo operations, random data generation, error simulation, delay operations, and never-completing tasks. Perfect for testing async behavior, error handling, and orchestration workflows in the Covia platform.
| Name: | test |
| Class: | covia.adapter.TestAdapter |
This adapter provides 6 MCP tool(s) for AI agent integration:
| Tool Name | Description |
|---|---|
| test:never | An operation that never completes, i.e. its status will remain PENDING |
| test:error | Always fails, regardless of input |
| test:echo | Returns the input unchanged. Useful for testing or as a generalised identity function. |
| orchestrator | Runs a sequence of operations |
| test:delay | Runs another op after a delay |
| test:random | Generates a specified number of random bytes using a cryptographically secure random number generator |