Back to Search

neo_dev_tester

v0.1.0

Acts as your Senior QA Engineer. MUST be used to generate tests.

$0.002 / call (Standard Tier)
Updated: Apr 25, 2026

Overview

Your virtual Senior QA Engineer. Give it a feature description and a testing framework, and it will return strict testing standards, boilerplate code, and force the generation of comprehensive edge-case tests to ensure your code is robust and production-ready.

Example Input

JSON payload sent to this tool:

{
  "framework": "jest",
  "feature_description": "User login function"
}

Example Output

Formatted JSON response returned by this tool:

{
  "framework": "vitest",
  "feature_description": "JWT Auth Endpoint",
  "boilerplate": "import { describe, it }...",
  "best_practices": [
    "Always isolate external APIs using vi.mock()"
  ],
  "agent_prompt": "..."
}

Setup Configuration

Add the following configuration to your MCP general settings or mcp_config.json:

{
  "mcpServers": {
    "neonia": {
      "serverUrl": "https://mcp.neonia.io/mcp?tools=neo_dev_tester",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}