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 258 B
/** * @fileoverview Barrel file for the fetch_image_test tool. * Exports the tool's registration function. * @module src/mcp-server/tools/imageTest/index */ export { registerFetchImageTestTool } from "./registration.js"; //# sourceMappingURL=index.js.map