UNPKG

mcp-framework

Version:

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

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