Skip to main content
Glama
overrides.ts747 B
import { PropOverrideFn, SchemaOverrideFn } from "../types.ts"; // Property-level overrides for specific Microsoft Entra resources export const ENTRA_PROP_OVERRIDES: Record< string, Record<string, PropOverrideFn | PropOverrideFn[]> > = { // Add property overrides here as needed // Example: // "Microsoft.Graph/users": { // "displayName": widget("text"), // }, }; // Schema-level overrides for specific Microsoft Entra resources export const ENTRA_SCHEMA_OVERRIDES = new Map< string, SchemaOverrideFn | SchemaOverrideFn[] >( Object.entries({ // Add schema overrides here as needed // Example: // "Microsoft.Graph/users": [ // addScalarProp("/domain/userPrincipalName", "string", true), // ], }), );

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/systeminit/si'

If you have feedback or need assistance with the MCP directory API, please join our Discord server