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
create-site.d.ts•430 B
/**
* Create a new Fast Mode site/project
*
* @param name - The name of the project
* @param subdomain - Optional: Custom subdomain (auto-generated from name if not provided)
* @param confirmCreate - Optional: Skip similar-name check (set to true after user confirms)
*/
export declare function createSite(name: string, subdomain?: string, confirmCreate?: boolean): Promise<string>;
//# sourceMappingURL=create-site.d.ts.map