We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keyurgolani/TasksMultiServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
defaults.ts•496 B
/**
* Curated default theme settings
* These are the recommended defaults that provide a good starting point
*/
import {
type ColorTheme,
type FontTheme,
type EffectSettings,
colorThemes,
fontThemes,
defaultEffectSettings,
} from "../../../styles/themes";
export const curatedDefaultColorScheme: ColorTheme = colorThemes.dark;
export const curatedDefaultTypography: FontTheme = fontThemes.inter;
export const curatedDefaultEffects: EffectSettings = { ...defaultEffectSettings };