UNPKG

midjourney-mcp

Version:

A Model Context Protocol server for Midjourney integration via MJ API

10 lines 345 B
/** * Midjourney tools for MCP server */ import { Server } from "@modelcontextprotocol/sdk/server/index.js"; import { Config } from "../utils/config.js"; /** * Registers all Midjourney tools with the MCP server */ export declare function registerMidjourneyTools(server: Server, config: Config): void; //# sourceMappingURL=midjourney.d.ts.map