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
device-flow.d.ts•429 B
/**
* Start the device authorization flow
* Returns a message describing the flow status
*/
export declare function startDeviceFlow(): Promise<string>;
/**
* Check if device flow authentication is needed and perform it if so
* Returns the authentication result message
*/
export declare function ensureAuthenticated(): Promise<{
authenticated: boolean;
message: string;
}>;
//# sourceMappingURL=device-flow.d.ts.map