UNPKG

@vantasdk/vanta-mcp-server

Version:

Model Context Protocol server for Vanta's security compliance platform

9 lines (8 loc) 351 B
// Common imports barrel export for operations files // This file provides all the common imports that operations files need, // reducing import clutter and ensuring consistency across the codebase. export { z } from "zod"; // Re-export all utilities export * from "./utils.js"; // Re-export all common descriptions export * from "./descriptions.js";