Agent♥︎Age
Catalog

io.github.rog0x/testing

Official

by rog0x · TypeScript

Test generation, mocks, coverage analysis for AI agents

io.github.rog0x/testing MCP Server

The io.github.rog0x/testing server provides test generation, mocks, and coverage analysis tools for AI agents, exposed via the Model Context Protocol (MCP). Its documentation excerpt describes “Testing and quality assurance tools for AI agents” and includes at least one tool for generating tests from function signatures.

🛠️ Key Features

  • Test generation for AI agents via MCP
  • Generates test cases from a function signature
  • Produces four categories: happy path, edge cases, error cases, boundary values

🚀 Use Cases

  • Creating test suites from function signatures
  • Covering valid, edge, error, and boundary scenarios in agent-related code

⚡ Developer Benefits

  • Ready-to-run Jest or Vitest code output
  • Includes cases such as empty strings, zero values, null parameters, missing arguments, wrong types, extreme numbers, large arrays, and NaN

Topics

ai-agentsclaudejestmcpmockmodel-context-protocoltddtestingtypescriptai-toolsdeveloper-toolsmcp-server