UNPKG

mcp-framework

Version:

Framework for building Model Context Protocol (MCP) servers in Typescript

8 lines (7 loc) 189 B
export declare function createProject(name?: string, options?: { http?: boolean; cors?: boolean; port?: number; install?: boolean; example?: boolean; }): Promise<void>;