Skip to main content
Glama
deleonio
by deleonio
app.component.ts363 B
import { Component, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; import { RouterLink, RouterLinkActive, RouterOutlet } from '@angular/router'; @Component({ selector: 'app-root', templateUrl: './app.component.html', standalone: true, imports: [RouterOutlet, RouterLink, RouterLinkActive], schemas: [CUSTOM_ELEMENTS_SCHEMA], }) export class AppComponent {}

Latest Blog Posts

MCP directory API

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