We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
@use '../../mixins/to-rem' as *;
@use '../mixins/typography' as *;
@layer kol-theme-component {
.kol-headline {
&--h1 {
@include kol-typography-h1;
}
&--h2 {
@include kol-typography-h2;
}
&--h3 {
@include kol-typography-h3;
}
&--h4 {
@include kol-typography-h4;
}
&--h5 {
@include kol-typography-h5;
}
&--h6 {
@include kol-typography-h6;
}
&--h1,
&--h2,
&--h3,
&--h4,
&--h5,
&--h6 {
font-weight: var(--font-weight-bold);
}
}
}