UNPKG

pocketsmith-mcp

Version:

MCP server for managing budgets via PocketSmith API

7 lines (6 loc) 225 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";