All files / src/tools generateReport.ts

0% Statements 0/0
0% Branches 0/0
0% Functions 0/0
0% Lines 0/0

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13                         
/**
 * MCP Tool: generate_report (public subpath entrypoint)
 *
 * Thin re-export shim that preserves the package's public subpath
 * `european-parliament-mcp-server/tools/generateReport` (declared in
 * `package.json#exports["./tools/*"]`). The actual implementation lives
 * in the modular structure under `./generateReport/`.
 *
 * ISMS Policy: SC-002 (Input Validation), AC-003 (Least Privilege)
 */
 
export { handleGenerateReport, generateReportToolMetadata } from './generateReport/index.js';