UNPKG

fixparser-plugin-mcp

Version:

FIXParser MCP Plugin (Local/Remote)

7 lines (6 loc) 138 B
import type { Logger } from 'fixparser'; export type PluginOptions = { port: number; logger?: Logger; onReady: () => void; };