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/link' as *;
@layer kol-theme-component {
@include kol-link('kol-link');
.kol-breadcrumb {
font:
normal normal 400 to-rem(14) / to-rem(16) arial,
sans-serif;
font-weight: var(--font-weight-bold);
&__icon {
&::part(icon separator)::before {
color: var(--color-blue);
}
&[exportparts*='separator'] {
padding: 0;
margin-inline-end: to-rem(8);
margin-inline-start: to-rem(8);
}
}
&__list-element {
&:last-child {
color: var(--color-grey-75);
}
}
}
}