We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/karakeep-app/karakeep'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
client.ts•312 B
"use client";
/**
* Centralized client-side auth utilities.
* This module re-exports next-auth/react functions to allow for easier
* future migration to a different auth provider.
*/
export { SessionProvider, signIn, signOut, useSession } from "next-auth/react";
export type { Session } from "next-auth";