Labsco
MCP SERVER

Manual Test Case Management

by 70-10

Manual test cases as YAML, with discovery tools that teach the agent the workflow first.

Automated Testing & QA
Summary
Shipping self-documenting tools is the pattern more servers should copy.

A tool list tells an agent what it can call, not what order to call things in or what a valid record looks like — so it guesses, and the first three attempts fail. Exposing the workflow, the examples and the schema as callable tools means the agent can orient itself without you writing that into every prompt. It costs three tool definitions and saves the failures they prevent.

What it is

A server for managing manual test cases in YAML, built around the idea that the agent should learn the workflow before attempting it.

What you get
  • Test cases stored and manipulated as YAML
  • Discovery tools the README tells agents to run first — one explaining the workflow patterns, one giving usage examples, one describing the data structures
  • The management operations underneath them
Requirements

Node, run straight from the repository with npx.

Setup effort

One command — npx github:70-10/manual-tests-mcp