UNPKG

@ldavis9000aws/swarmui-generator

Version:

A Model Context Protocol server for SwarmUI image generation with TypeScript

7 lines (6 loc) 258 B
/** * MCP Server Implementation * This module implements the MCP server using the low-level Server API for explicit tool definition, * aligning with working Amazon Bedrock MCP server examples. */ export declare function startServer(apiUrl: string): any;