UNPKG

mcp-ts-template

Version:

A production-grade TypeScript template for building robust Model Context Protocol (MCP) servers, featuring built-in observability with OpenTelemetry, advanced error handling, comprehensive utilities, and a modular architecture.

7 lines 229 B
/** * @fileoverview Barrel file for the scheduling module. * Exports the singleton schedulerService for application-wide use. * @module src/utils/scheduling */ export * from "./scheduler.js"; //# sourceMappingURL=index.js.map