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.
8 lines • 368 B
TypeScript
/**
* @fileoverview Barrel file for the `catFactFetcher` tool.
* This file serves as the public interface for the cat fact fetcher tool module,
* primarily exporting the `registerCatFactFetcherTool` function.
* @module src/mcp-server/tools/catFactFetcher/index
*/
export { registerCatFactFetcherTool } from "./registration.js";
//# sourceMappingURL=index.d.ts.map