Skip to main content
Glama
masx200

Persistent Terminal MCP Server

by masx200
web-ui-manager.d.ts766 B
import { WebUIStartOptions, WebUIStartResult } from "./types.js"; /** * Web UI 管理器 * 负责管理 Web 服务器的生命周期、端口分配和浏览器打开 */ export declare class WebUIManager { private server; private currentPort; /** * 启动 Web UI */ start(options: WebUIStartOptions): Promise<WebUIStartResult>; /** * 停止 Web UI */ stop(): Promise<void>; /** * 查找可用端口 */ private findAvailablePort; /** * 检查端口是否可用 */ private isPortAvailable; /** * 打开浏览器 */ private openBrowser; /** * 获取当前状态 */ getStatus(): { running: boolean; port: number | null; url: string | null; }; } //# sourceMappingURL=web-ui-manager.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/masx200/persistent-terminal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server