We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arihgoldstein/fastmode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
deploy-package.d.ts•434 B
/**
* Deploy a website package to Fast Mode
*
* @param packagePath - Path to the zip file
* @param projectId - Project ID to deploy to (use list_projects to find, or create_site to create new)
* @param force - Optional: Skip GitHub connection check and deploy anyway
*/
export declare function deployPackage(packagePath: string, projectId?: string, force?: boolean): Promise<string>;
//# sourceMappingURL=deploy-package.d.ts.map