import type { XmcpConfig } from 'xmcp' const config: XmcpConfig = { http: { port: 3002 } } export default config