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 *;
@mixin kol-custom-suggestions-toggle-theme {
.kol-custom-suggestions-toggle {
display: grid;
height: to-rem(40);
min-height: 0;
padding-right: to-rem(8);
padding-left: to-rem(8);
place-items: center;
&:focus {
outline: 0;
}
}
}