UNPKG

tts-mcp

Version:

OpenAI Text to Speech APIを活用したコマンドラインツールとMCPサーバー

8 lines (7 loc) 285 B
import { CommandLineOptions } from './types'; /** * メインのアプリケーションロジック * @param {CommandLineOptions} options - コマンドラインオプション * @returns {Promise<void>} */ export declare function run(options: CommandLineOptions): Promise<void>;