mcp-testgen
Generate initial Jest configuration files for testing in specified directories using npx jest --init, simplifying test setup for Cline projects via MCP Basics.
Instructions
Execute mcp-testgen: npx jest --init
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory to run the command in (optional, defaults to current directory) |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"description": "Directory to run the command in (optional, defaults to current directory)",
"type": "string"
}
},
"required": [],
"type": "object"
}