UNPKG

pocketsmith-mcp

Version:

MCP server for managing budgets via PocketSmith API

8 lines (7 loc) 333 B
/** * @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";