UNPKG

@hhoangphuoc/escape-room-cli

Version:

A CLI for playing AI-generated escape room games. Install globally with: npm install -g @hhoangphuoc/escape-room-cli

8 lines (7 loc) 204 B
import React from 'react'; interface McpClientUIProps { userId?: string; onMessage: (message: string) => void; } declare const McpClientUI: React.FC<McpClientUIProps>; export default McpClientUI;