pocketsmith-mcp
Version:
MCP server for managing budgets via PocketSmith API
11 lines (10 loc) • 385 B
TypeScript
/**
* @fileoverview Registration for the fetch_image_test MCP tool.
* @module src/mcp-server/tools/imageTest/registration
*/
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
* Registers the fetch_image_test tool with the MCP server.
* @param server - The McpServer instance.
*/
export declare function registerFetchImageTestTool(server: McpServer): void;