UNPKG

fixparser-plugin-mcp

Version:

FIXParser MCP Plugin (Local/Remote)

6 lines (5 loc) 303 B
import type { CallToolResult } from '@modelcontextprotocol/sdk/types.js'; import type { MarketDataEntry } from '../schemas/index.ts'; export declare const createTechnicalAnalysisHandler: (marketDataPrices: Map<string, MarketDataEntry[]>) => ((args: { symbol: string; }) => Promise<CallToolResult>);