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
<h1>Shadow elements</h1>
<div class="mt-10 flex flex-col w-1/3 gap-5">
<shadow-input-text *ngFor="let input of numberOfInputs" [label]="'TextInput #' + input"></shadow-input-text>
<shadow-input-number [shadow]="true" *ngFor="let input of numberOfInputs" [label]="'NumberInput #' + input"></shadow-input-number>
<shadow-checkbox *ngFor="let check of numberOfInputs" [label]="'Checkbox #' + check"></shadow-checkbox>
</div>