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
auth-state.d.ts•370 B
/**
* Shared authentication state
* Separate file to avoid circular dependencies
*/
/**
* Set the in-progress auth promise
*/
export declare function setAuthInProgress(promise: Promise<string> | null): void;
/**
* Wait for any in-progress authentication to complete
*/
export declare function waitForAuth(): Promise<void>;
//# sourceMappingURL=auth-state.d.ts.map