UNPKG

junit-mcp-server

Version:

A Model Context Protocol (MCP) server for generating JUnit tests for Java classes.

14 lines 287 B
{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "outDir": "build", "rootDir": "src", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": [ "src/**/*" ] }