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 2 MCP tool(s) for AI agent integration:
| Tool Name | Description |
|---|---|
| alwaysFail | Always fails, regardless of input |
| echo | Returns the input unchanged. Useful for testing or as a generalised identity function. |