chatgpt-api/examples/mcp-servers/xmcp/xmcp.config.ts

10 wiersze
123 B
TypeScript

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