Odel
Test Intel

Test Intel

Local
@barissozudogru4JavaScriptMITUpdated 1w ago

Coverage analysis, untested function detection and complexity scoring for TS and JS.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@barissozudogru/test-intel-mcpv0.8.1

Run

npx -y @barissozudogru/test-intel-mcp

MCP client config

{
  "mcpServers": {
    "test-intel": {
      "command": "npx",
      "args": [
        "-y",
        "@barissozudogru/test-intel-mcp"
      ]
    }
  }
}