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: track_legislation (public subpath entrypoint)
*
* Thin re-export shim that preserves the package's public subpath
* `european-parliament-mcp-server/tools/trackLegislation` (declared in
* `package.json#exports["./tools/*"]`). The actual implementation lives
* in the modular structure under `./trackLegislation/`.
*
* ISMS Policy: SC-002 (Input Validation), AC-003 (Least Privilege)
*/
export { handleTrackLegislation, trackLegislationToolMetadata, toProcessId } from './trackLegislation/index.js';
|