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 | /**
* MCP Tool: track_legislation (Legacy export)
*
* Re-exports from modular structure in ./trackLegislation/
*
* ISMS Policy: SC-002 (Input Validation), AC-003 (Least Privilege)
*/
/** Re-export legislation tracking handler and metadata from modular implementation */
export { handleTrackLegislation, trackLegislationToolMetadata, toProcessId } from './trackLegislation/index.js';
|