UNPKG

@sigyl-dev/cli

Version:

Official Sigyl CLI for installing and managing MCP packages. Zero-config installation for public packages, secure API-based authentication.

13 lines 520 B
export declare function openMCPInspector(mcpPort: string, customUrl?: string): Promise<void>; export interface InspectorOptions { serverEntry?: string; serverArgs?: string[]; serverPort?: number; playgroundDir?: string; playgroundPort?: number; autoBuildPlayground?: boolean; inspectorMode?: 'local' | 'remote'; } export declare function launchMCPInspector(options?: InspectorOptions): Promise<void>; export declare function getPlaygroundDir(): string; //# sourceMappingURL=inspector.d.ts.map