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/alert-wc' as *;
@use '../mixins/button' as *;
@use '../mixins/input-error' as *;
@use '../mixins/typography' as *;
@use '../mixins/custom-suggestions-option' as *;
@use '../mixins/custom-suggestions-options-group' as *;
@use '../mixins/custom-suggestions-toggle' as *;
@use '../@shared/input-text' as *;
$option-height: to-rem(40);
$visible-options: 5;
@layer kol-theme-component {
@include kol-alert-theme;
@include kol-button('kol-button');
@include kol-custom-suggestions-option-theme($option-height);
@include kol-custom-suggestions-options-group-theme($option-height, $visible-options);
@include kol-custom-suggestions-toggle-theme;
.kol-single-select {
&__group {
display: inline-flex;
width: 100%;
align-items: center;
}
}
}